diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-07-05 14:17:46 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-07-23 21:10:22 +0200 |
commit | 9dd793f499254600efa468938cef9baa28ac81b0 (patch) | |
tree | 5e42b1266d5e8c5fb64366778b6a3118a79adf2e /src/test/skiplist_tests.cpp | |
parent | 45d1f5932ba85b8e5f3e2cc6839bf7a257ca460a (diff) |
TRIVIAL: Missing includes
Diffstat (limited to 'src/test/skiplist_tests.cpp')
-rw-r--r-- | src/test/skiplist_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/skiplist_tests.cpp b/src/test/skiplist_tests.cpp index 86a4bc6727..8a061b0dea 100644 --- a/src/test/skiplist_tests.cpp +++ b/src/test/skiplist_tests.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include "chain.h" #include "main.h" #include "random.h" #include "util.h" |