fix and enable bip32 unit test

the bip32 unit test was not included in the make process
This commit is contained in:
Jonas Schnelli
2015-04-23 13:20:18 +02:00
parent b6ea3bcede
commit 26414ca4fc
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#include "key.h"
#include "uint256.h"
#include "util.h"
#include "utilstrencodings.h"
#include "test/test_bitcoin.h"
#include <string>