diff options
author | taxigps <taxigps@svn> | 2009-09-30 01:47:36 +0000 |
---|---|---|
committer | taxigps <taxigps@svn> | 2009-09-30 01:47:36 +0000 |
commit | b1d1aeb1417874d5ac0465ee4c951adc2795a164 (patch) | |
tree | caea45575b73abf3f61f4c3a7a76c93d95a70482 | |
parent | 88c4505df11f0f2a06d0f4f62e00d890e11bee79 (diff) |
fixed: compile error
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23263 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/WinSystemWin32GL.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/WinSystemWin32GL.cpp b/xbmc/WinSystemWin32GL.cpp index 5c4c319c44..d5b6ce7c38 100644 --- a/xbmc/WinSystemWin32GL.cpp +++ b/xbmc/WinSystemWin32GL.cpp @@ -27,6 +27,7 @@ */ #include "WinSystemWin32GL.h" #include "WIN32Util.h" +#include <GL/glew.h> #ifdef HAS_GL |