From 27b69585a368e638cd9a0ae82b5426cbe5e1baea Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 18 Jun 2011 05:07:29 +1000 Subject: [PATCH] The real pBuffer mac include --- src/graphs/gl_pbuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphs/gl_pbuffer.cpp b/src/graphs/gl_pbuffer.cpp index 59226cca..3f1f45cf 100644 --- a/src/graphs/gl_pbuffer.cpp +++ b/src/graphs/gl_pbuffer.cpp @@ -7,7 +7,7 @@ License: GPL #include "gl_pbuffer.h" #if defined(__DARWIN__) -#include +#include #else #include #endif