diff --git a/RecastDemo/Source/imguiRenderGL.cpp b/RecastDemo/Source/imguiRenderGL.cpp index b11e628..a88711b 100644 --- a/RecastDemo/Source/imguiRenderGL.cpp +++ b/RecastDemo/Source/imguiRenderGL.cpp @@ -20,7 +20,7 @@ #include #include "imgui.h" #include "SDL.h" -#include "SDL_opengl.h" +#include "SDL_Opengl.h" #define STBTT_malloc(x) malloc(x) #define STBTT_free(x) free(x) #define STB_TRUETYPE_IMPLEMENTATION