From 42dc237d7ff134288a5b586af570f0cc5afc607d Mon Sep 17 00:00:00 2001 From: nakeee Date: Tue, 23 Dec 2008 19:50:34 +0000 Subject: [PATCH] compile fix thanks olejl git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1642 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h index 56aa484210..e788728186 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h +++ b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.h @@ -43,6 +43,7 @@ #elif defined(HAVE_X11) && HAVE_X11 #define I_NEED_OS2_H // HAXXOR #include +#include #elif defined(USE_SDL) && USE_SDL #include #include