From 7890a1be70f2336a813f6a6d64d66707641ceaec Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Fri, 10 Apr 2015 18:20:18 -1000 Subject: [PATCH] fixed header non-inclusion --- include/Athena/Utility.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Athena/Utility.hpp b/include/Athena/Utility.hpp index 476cf1c..02eff72 100644 --- a/include/Athena/Utility.hpp +++ b/include/Athena/Utility.hpp @@ -20,6 +20,7 @@ #include #include #include +#include #include "Athena/Global.hpp" #include "Athena/Types.hpp"