aboutsummaryrefslogtreecommitdiff
path: root/src/test/bip32_tests.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-04-23 13:20:18 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-04-23 13:21:05 +0200
commit26414ca4fce5b3036b827b6aa7484c6c46225bae (patch)
treecaafe73dabff02494b8bb5374959fb07916be5da /src/test/bip32_tests.cpp
parentb6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff)
downloadbitcoin-26414ca4fce5b3036b827b6aa7484c6c46225bae.tar.xz
fix and enable bip32 unit test
the bip32 unit test was not included in the make process
Diffstat (limited to 'src/test/bip32_tests.cpp')
-rw-r--r--src/test/bip32_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/bip32_tests.cpp b/src/test/bip32_tests.cpp
index d738851c1f..0d815c27fd 100644
--- a/src/test/bip32_tests.cpp
+++ b/src/test/bip32_tests.cpp
@@ -8,6 +8,7 @@
#include "key.h"
#include "uint256.h"
#include "util.h"
+#include "utilstrencodings.h"
#include "test/test_bitcoin.h"
#include <string>