From 47d271039001d4d67fd49901cc4cff1d2a13bd4d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 4 Apr 2016 13:08:02 -0400 Subject: [PATCH] fix compilation errors on new system --- lighting/test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lighting/test.cc b/lighting/test.cc index 9a38043..a1cfc5a 100644 --- a/lighting/test.cc +++ b/lighting/test.cc @@ -7,6 +7,8 @@ #include #include #include "../glslUtil/glslUtil.h" +#include +#include using namespace std;