From 7a815e296282749b63479274f36d85ef84ff1df8 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 13 Jan 2018 20:40:42 -1000 Subject: [PATCH] Add missing include --- hecl/lib/CVar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hecl/lib/CVar.cpp b/hecl/lib/CVar.cpp index 05a83f7fe..b9caa90ba 100755 --- a/hecl/lib/CVar.cpp +++ b/hecl/lib/CVar.cpp @@ -4,6 +4,7 @@ #include #include +#include namespace hecl {