From d5699cc89fae216d2adbbea1be2dfd90bad13b38 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 30 Apr 2015 13:47:33 +0200 Subject: [PATCH] fox build: add missing include for ai_assert. Signed-off-by: Kim Kulling --- code/OpenGEXImporter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/OpenGEXImporter.cpp b/code/OpenGEXImporter.cpp index 1f46e47e2..f81f98a6e 100644 --- a/code/OpenGEXImporter.cpp +++ b/code/OpenGEXImporter.cpp @@ -45,6 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include #include