diff options
-rw-r--r-- | src/core_read.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core_read.cpp b/src/core_read.cpp index a3b545049b..a3c9cf0159 100644 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -2,6 +2,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include <core_io.h> + #include <primitives/block.h> #include <primitives/transaction.h> #include <script/script.h> |