From f4e4d2c2c64c636cf58d7cb1893d76ad274a37a8 Mon Sep 17 00:00:00 2001 From: "aleskandro@hexaflake" Date: Sat, 6 May 2017 11:19:11 +0200 Subject: [PATCH] Fix read and close not declared error when build with g++ --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 9f99d3f..dc7df16 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include "gtuna.hpp" using std::cout;