One or two things towards gettings it working on Linux.

At least now it _attempts_ to build the example :)
This commit is contained in:
Matt Williams
2009-03-29 00:32:28 +00:00
parent 58355da40b
commit 25898425f5
3 changed files with 5 additions and 3 deletions

View File

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