From 83d95356d7f499e7efc20291c27940650515112e Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Mon, 26 Dec 2016 13:17:16 -0800 Subject: [PATCH] Fix case on GL include path --- korlib/texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korlib/texture.cpp b/korlib/texture.cpp index 9224f01..af4f0f6 100644 --- a/korlib/texture.cpp +++ b/korlib/texture.cpp @@ -24,7 +24,7 @@ #endif // _WIN32 #include -#include +#include #include #ifndef GL_GENERATE_MIPMAP