diff options
| author | Jonas Schnelli <[email protected]> | 2015-09-04 16:11:34 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-10-01 10:49:57 +0200 |
| commit | 9623e934732ba0f0a5176cd3d993ebcda327b413 (patch) | |
| tree | fbaf7e369670900b20c1b809885116adbab4c563 /src/test/base58_tests.cpp | |
| parent | Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue' (diff) | |
| download | discoin-9623e934732ba0f0a5176cd3d993ebcda327b413.tar.xz discoin-9623e934732ba0f0a5176cd3d993ebcda327b413.zip | |
[Univalue] add univalue over subtree
similar to secp256k1 include and compile univalue over a subtree
Diffstat (limited to 'src/test/base58_tests.cpp')
| -rw-r--r-- | src/test/base58_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/base58_tests.cpp b/src/test/base58_tests.cpp index 9e74f5f42..9845df697 100644 --- a/src/test/base58_tests.cpp +++ b/src/test/base58_tests.cpp @@ -18,7 +18,7 @@ #include <boost/foreach.hpp> #include <boost/test/unit_test.hpp> -#include "univalue/univalue.h" +#include <univalue.h> extern UniValue read_json(const std::string& jsondata); |