diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_secp256k1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_secp256k1.cpp b/test/test_secp256k1.cpp index 0991b6e..a0d3b1c 100644 --- a/test/test_secp256k1.cpp +++ b/test/test_secp256k1.cpp @@ -1,4 +1,4 @@ -#include "crypto.h" +#include "hotstuff/crypto.h" using namespace hotstuff; |