From 67f4e9c52270f9ddf8f7e83f0906af5e6743b33a Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 6 Jun 2019 08:00:33 +0200 Subject: Include core_io.h from core_read.cpp --- src/core_read.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 + #include #include #include