From 6b4351d689d3e996428fbeaa553d9e8c8653a078 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 25 Feb 2017 16:42:57 -1000 Subject: [PATCH] Missing #include for linux --- hecl/lib/hecl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hecl/lib/hecl.cpp b/hecl/lib/hecl.cpp index eaaf073ef..fa257ab72 100644 --- a/hecl/lib/hecl.cpp +++ b/hecl/lib/hecl.cpp @@ -17,6 +17,7 @@ #ifdef __linux__ #include +#include #endif namespace hecl