From: Neal Gompa Date: Sun, 16 May 2010 02:30:55 +0000 (-0500) Subject: Fixed header include in 'OpenGL_Windows.cpp' X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=49b87c2f73988d791420821dafe0b05fd83fe714 Fixed header include in 'OpenGL_Windows.cpp' --- diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index da51185..9c68751 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -122,7 +122,7 @@ extern float volume; #include #endif -#include "res/resource.h" +#include "win-res/resource.h" using namespace std;