From 49b87c2f73988d791420821dafe0b05fd83fe714 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 15 May 2010 21:30:55 -0500 Subject: [PATCH] Fixed header include in 'OpenGL_Windows.cpp' --- Source/OpenGL_Windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2