aboutsummaryrefslogtreecommitdiff
path: root/src/alert.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-10-28 21:33:23 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-10-29 00:24:40 -0400
commit71697f97d3f9512f0af934070690c14f1c0d95ea (patch)
tree2c0f448b9504a045f09779364214e0703733897e /src/alert.cpp
parent723c7526368badda15df8ac1ffc047a0ab2e384a (diff)
downloadbitcoin-71697f97d3f9512f0af934070690c14f1c0d95ea.tar.xz
Separate protocol versioning from clientversion
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 d495849206..f16898dc38 100644
--- a/src/alert.cpp
+++ b/src/alert.cpp
@@ -6,6 +6,7 @@
#include "alert.h"
#include "chainparams.h"
+#include "clientversion.h"
#include "key.h"
#include "net.h"
#include "timedata.h"