aboutsummaryrefslogtreecommitdiff
path: root/src/alert.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-11-04 08:58:43 +0100
committerWladimir J. van der Laan <[email protected]>2014-11-04 09:26:45 +0100
commit73b82a30892224b17aa1b9db9b6de4eeeb903b7f (patch)
tree0416c14ba1e546a85abc8ab71320bd3f6e5a62c7 /src/alert.cpp
parentMerge pull request #3727 (diff)
parentboost: moveonly: split CPubKey and friends to new files (diff)
downloaddiscoin-73b82a30892224b17aa1b9db9b6de4eeeb903b7f.tar.xz
discoin-73b82a30892224b17aa1b9db9b6de4eeeb903b7f.zip
Merge pull request #5162
d2e74c5 boost: moveonly: split CPubKey and friends to new files (Cory Fields) 78c228c boost: moveonly: move BIP32Hash to hash.h (Cory Fields) 900078a boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields)
Diffstat (limited to 'src/alert.cpp')
-rw-r--r--src/alert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alert.cpp b/src/alert.cpp
index 417bc281a..ce8dfbf50 100644
--- a/src/alert.cpp
+++ b/src/alert.cpp
@@ -7,7 +7,7 @@
#include "chainparams.h"
#include "clientversion.h"
-#include "key.h"
+#include "pubkey.h"
#include "net.h"
#include "timedata.h"
#include "ui_interface.h"