From bcc53e1e1ad430a2dad50a2865d9d52c8baf52b4 Mon Sep 17 00:00:00 2001 From: numzero Date: Sat, 7 Oct 2023 20:26:48 +0300 Subject: [PATCH] OpenGL3: Make sure mt_opengl is only included after GLAPI is defined --- source/Irrlicht/OpenGL/ExtensionHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/OpenGL/ExtensionHandler.h b/source/Irrlicht/OpenGL/ExtensionHandler.h index 6a289239..a6a7963b 100644 --- a/source/Irrlicht/OpenGL/ExtensionHandler.h +++ b/source/Irrlicht/OpenGL/ExtensionHandler.h @@ -11,9 +11,9 @@ #include "EDriverFeatures.h" #include "irrTypes.h" #include "os.h" -#include #include "Common.h" +#include // must be after Common.h #include "COGLESCoreExtensionHandler.h"