aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-05 11:38:38 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-09-05 11:38:38 -0400
commit91c218a1cb3fe30bc26d4e0ef1e3d6be24d7904e (patch)
treec34d5ebcb87fce3d7feb4f6df960fdc84602705b /src/qt
parent21327ebe93290bd004e708dc3246050989d2024a (diff)
parent286dbba2d238f523b45f5649345ae89b64cbba2f (diff)
downloadbitcoin-91c218a1cb3fe30bc26d4e0ef1e3d6be24d7904e.tar.xz
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/clientmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index 43bce6f289..b820d16abf 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -4,6 +4,7 @@
#include "addresstablemodel.h"
#include "transactiontablemodel.h"
+#include "alert.h"
#include "main.h"
#include "ui_interface.h"