From 0df8dd3bc262d45bbccfca2f09462c741de67f25 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 26 Aug 2019 18:17:41 +0200 Subject: [PATCH] include header needed to compile 3a21eda40ef0385e3a2558c990496fc0603ce01a with g++ #26 --- src/macro/Environment.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/macro/Environment.hh b/src/macro/Environment.hh index c37d7c61..06bb041c 100644 --- a/src/macro/Environment.hh +++ b/src/macro/Environment.hh @@ -23,6 +23,7 @@ #include "ForwardDeclarationsAndEnums.hh" #include +#include namespace macro {