From 0bea04fdbb08596dcf57210164d5dbb10308b4d7 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 6 Feb 2008 10:43:42 +0000 Subject: [PATCH] Include the local gl.h in types.h to make it work on win32 --- source/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/types.h b/source/types.h index 0ae9e77e..eb07c726 100644 --- a/source/types.h +++ b/source/types.h @@ -8,7 +8,7 @@ Distributed under the LGPL #ifndef MSP_GL_TYPES_H_ #define MSP_GL_TYPES_H_ -#include +#include "gl.h" namespace Msp { namespace GL { -- 2.43.0