From bdd09be76b7b065ff932a8aac162e54a63fb44b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 6 Sep 2015 14:38:15 +0200 Subject: [PATCH] SDL (Mac) buildfix --- base/PCMain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/base/PCMain.cpp b/base/PCMain.cpp index b5b4876176..d932d7e017 100644 --- a/base/PCMain.cpp +++ b/base/PCMain.cpp @@ -29,6 +29,7 @@ SDLJoystick *joystick = NULL; #include "base/display.h" #include "base/logging.h" #include "base/timeutil.h" +#include "gfx/gl_common.h" #include "gfx_es2/gpu_features.h" #include "input/input_state.h" #include "input/keycodes.h"