From bc4b4c66e432914ffa8cbf8ce78b0952f1c2717e Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Tue, 27 Feb 2018 16:54:48 +0000 Subject: [PATCH] (Hopefully) add include which G++ requires even though VC++ doesn't. --- components/sceneutil/shadow.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/sceneutil/shadow.hpp b/components/sceneutil/shadow.hpp index 6a3fccea64..9444591c96 100644 --- a/components/sceneutil/shadow.hpp +++ b/components/sceneutil/shadow.hpp @@ -2,6 +2,7 @@ #define COMPONENTS_SCENEUTIL_SHADOW_H #include +#include #include #include