From 8706ed8cf4fb5cb672d70eb85320e754abdf3b93 Mon Sep 17 00:00:00 2001 From: vanfanel Date: Sat, 10 Feb 2024 14:14:57 +0100 Subject: [PATCH] A simple test demonstrating Mac OS compilation is broken. --- src/graphic/Fast3D/gfx_opengl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphic/Fast3D/gfx_opengl.cpp b/src/graphic/Fast3D/gfx_opengl.cpp index daea98d71..3cd4a44ba 100644 --- a/src/graphic/Fast3D/gfx_opengl.cpp +++ b/src/graphic/Fast3D/gfx_opengl.cpp @@ -20,9 +20,11 @@ #endif #ifdef _MSC_VER + #include // #define GL_GLEXT_PROTOTYPES 1 #include + #elif FOR_WINDOWS #include #include "SDL.h"