aboutsummaryrefslogtreecommitdiff
path: root/src/alert.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-06-04 12:51:29 +0200
committerjtimon <jtimon@monetize.io>2014-06-04 13:29:36 +0200
commitc8c52de3a05b617bc399e2dd45901e74237b7fc1 (patch)
tree959484b3def137a7c4910137bbdfa9bbd4c69b26 /src/alert.cpp
parenta3d946ebdc2eebef9ccdc2c883f8abfebcf0f653 (diff)
downloadbitcoin-c8c52de3a05b617bc399e2dd45901e74237b7fc1.tar.xz
Replace virtual methods with static attributes, chainparams.h depends on
protocol.h instead of the other way around
Diffstat (limited to 'src/alert.cpp')
-rw-r--r--src/alert.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alert.cpp b/src/alert.cpp
index 99164d63e5..638f0d7a1c 100644
--- a/src/alert.cpp
+++ b/src/alert.cpp
@@ -5,6 +5,7 @@
#include "alert.h"
+#include "chainparams.h"
#include "key.h"
#include "net.h"
#include "ui_interface.h"