aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-03-10 08:46:53 -0700
committerjtimon <[email protected]>2014-06-23 23:10:24 +0200
commitdf852d2bcc6573a3fcb3e59f82f7ea4dfa11290e (patch)
treef8651a97cf4617ce0a867f964f5c70b0f2bf8090 /src/test
parentMerge pull request #4395 (diff)
downloaddiscoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.tar.xz
discoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.zip
Refactor proof of work related functions out of main
Diffstat (limited to 'src/test')
-rw-r--r--src/test/DoS_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp
index 3a4584441..d51205305 100644
--- a/src/test/DoS_tests.cpp
+++ b/src/test/DoS_tests.cpp
@@ -11,6 +11,7 @@
#include "keystore.h"
#include "main.h"
#include "net.h"
+#include "pow.h"
#include "script.h"
#include "serialize.h"