From 7edb75d2992a950736a370666a6da8e91902bf16 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sat, 3 Jun 2017 18:28:12 +0200 Subject: [PATCH] - The mandatory include compile error fix for unix --- src/gl/system/gl_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl/system/gl_debug.cpp b/src/gl/system/gl_debug.cpp index f65b5d307..1fca45f0c 100644 --- a/src/gl/system/gl_debug.cpp +++ b/src/gl/system/gl_debug.cpp @@ -32,7 +32,7 @@ #include "stats.h" #include #include -#include +#include #ifndef _MSC_VER #include