Small linux fix...

This commit is contained in:
David Williams 2009-03-29 22:37:12 +00:00
parent 4e1b815797
commit ab331497d9

View File

@ -1,11 +1,7 @@
#ifndef __PolyVox_OpenGLWidget_H__
#define __PolyVox_OpenGLWidget_H__
#ifdef WIN32
#include "glew/glew.h"
#else
#include <GL/gl.h> // The GL Header File
#endif
#include <QGLWidget>