diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-21 17:31:22 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-21 17:31:22 +0000 |
| commit | 72e19afedc07617838cafc608f7de247303af06d (patch) | |
| tree | 315873ea3fe862fe2a41157af74a9f7570ea0775 /Graphics/GraphicsEngineOpenGL | |
| parent | Added StandardFile; Implemented Linux file system (diff) | |
| download | DiligentCore-72e19afedc07617838cafc608f7de247303af06d.tar.gz DiligentCore-72e19afedc07617838cafc608f7de247303af06d.zip | |
Updated glew include paths
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/include/pch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/include/pch.h b/Graphics/GraphicsEngineOpenGL/include/pch.h index dd037ed6..5860750a 100644 --- a/Graphics/GraphicsEngineOpenGL/include/pch.h +++ b/Graphics/GraphicsEngineOpenGL/include/pch.h @@ -40,10 +40,10 @@ # ifndef GLEW_STATIC # define GLEW_STATIC // Must be defined to use static version of glew # endif -# include "glew.h" +# include "GL/glew.h" // Glew includes <windows.h> # define NOMINMAX -# include "wglew.h" +# include "GL/wglew.h" # include <GL/GL.h> #elif defined(PLATFORM_LINUX) @@ -55,7 +55,7 @@ # define GLEW_NO_GLU # endif -# include "glew.h" +# include "GL/glew.h" # elif defined(PLATFORM_ANDROID) |
