From 69ba0b04619ca6e32517b52c120241ff7762fce2 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 17 May 2010 00:35:21 +0200 Subject: Fixed OS X support. --- shader.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shader.h') diff --git a/shader.h b/shader.h index d2ec9d4..012165a 100644 --- a/shader.h +++ b/shader.h @@ -4,8 +4,13 @@ #include #include #define GL_GLEXT_PROTOTYPES +#ifndef __APPLE__ #include #include +#else +#include +#include +#endif class GLBaseShader { friend class GLShaderProgram; -- cgit v1.2.3