diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-06-06 08:00:33 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-06-06 08:00:33 +0200 |
commit | 67f4e9c52270f9ddf8f7e83f0906af5e6743b33a (patch) | |
tree | 0a3e92cce4b6f3fe849b1bb3f7c15ca0fd5223fc /src/core_read.cpp | |
parent | eca97676737174ac6ff775c60e3798c69fb67f4a (diff) |
Include core_io.h from core_read.cpp
Diffstat (limited to 'src/core_read.cpp')
-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> |