aboutsummaryrefslogtreecommitdiff
path: root/src/test/compress_tests.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-10-19 04:28:43 +0200
committerjtimon <[email protected]>2014-10-27 13:54:37 +0100
commit561e9e9de9793c187f29ab2d41b43a36447e9357 (patch)
treeef319f91d36d8568bd34a624e4420191f639230d /src/test/compress_tests.cpp
parentMOVEONLY: separate CTxUndo out of core (diff)
downloaddiscoin-561e9e9de9793c187f29ab2d41b43a36447e9357.tar.xz
discoin-561e9e9de9793c187f29ab2d41b43a36447e9357.zip
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
core) with it
Diffstat (limited to 'src/test/compress_tests.cpp')
-rw-r--r--src/test/compress_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compress_tests.cpp b/src/test/compress_tests.cpp
index 719955ba8..bf404cf0c 100644
--- a/src/test/compress_tests.cpp
+++ b/src/test/compress_tests.cpp
@@ -2,7 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include "main.h"
+#include "compressor.h"
#include "util.h"
#include <stdint.h>