mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 10:38:59 +08:00
6f7ef0f142
Signed-off-by: Squareys <squareys@googlemail.com>
14 lines
498 B
Diff
14 lines
498 B
Diff
diff --git a/src/MagnumExternal/OpenGL/GL/flextGL.h b/src/MagnumExternal/OpenGL/GL/flextGL.h
|
|
index 7d36f26e3..69cc8c82f 100644
|
|
--- a/src/MagnumExternal/OpenGL/GL/flextGL.h
|
|
+++ b/src/MagnumExternal/OpenGL/GL/flextGL.h
|
|
@@ -118,7 +118,7 @@ void flextGLInit(Magnum::GL::Context& context);
|
|
|
|
/* Data types */
|
|
|
|
-#include <KHR/khrplatform.h>
|
|
+#include "MagnumExternal/OpenGL/KHR/khrplatform.h"
|
|
typedef unsigned int GLenum;
|
|
typedef unsigned char GLboolean;
|
|
typedef unsigned int GLbitfield;
|