From: Mikko Rasa Date: Wed, 6 Feb 2008 10:43:42 +0000 (+0000) Subject: Include the local gl.h in types.h to make it work on win32 X-Git-Tag: 0.9~13 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=0bea04fdbb08596dcf57210164d5dbb10308b4d7 Include the local gl.h in types.h to make it work on win32 --- 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 {