diff options
| author | Jonas Schnelli <[email protected]> | 2016-11-08 08:41:53 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-11-08 08:41:57 +0100 |
| commit | b8f43e33316c3f27f366d3ef6aa7790471d66258 (patch) | |
| tree | 8806803640447031d14d080972c1c109cb4bdf1c /src/test/util_tests.cpp | |
| parent | Merge #9026: Fix handling of invalid compact blocks (diff) | |
| parent | test: Fix test_random includes (diff) | |
| download | discoin-b8f43e33316c3f27f366d3ef6aa7790471d66258.tar.xz discoin-b8f43e33316c3f27f366d3ef6aa7790471d66258.zip | |
Merge #9095: test: Fix test_random includes
fa8278e test: Fix test_random includes (MarcoFalke)
Diffstat (limited to 'src/test/util_tests.cpp')
| -rw-r--r-- | src/test/util_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index 0f1c7ab22..bad72ffc0 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -6,11 +6,11 @@ #include "clientversion.h" #include "primitives/transaction.h" -#include "test_random.h" #include "sync.h" #include "utilstrencodings.h" #include "utilmoneystr.h" #include "test/test_bitcoin.h" +#include "test/test_random.h" #include <stdint.h> #include <vector> |