From cbde518369b906febe816b199fd8e9d4d75231c0 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 23 Oct 2011 20:19:07 -0500 Subject: fix windows compile (glew.h / gl.h issue) diff --git a/tests/OffscreenContextWGL.cc b/tests/OffscreenContextWGL.cc index 6e202a4..3b966e2 100644 --- a/tests/OffscreenContextWGL.cc +++ b/tests/OffscreenContextWGL.cc @@ -13,7 +13,6 @@ For more info: #include #include -#include #include "OffscreenContext.h" #include "printutils.h" @@ -21,6 +20,8 @@ For more info: #include "system-gl.h" #include "fbo.h" +#include // must be included after glew.h + using namespace std; struct OffscreenContext -- cgit v0.10.1