#include <gl/glew.h> -> #include <GL/glew.h>

(it is case sensitive under linux...)
This commit is contained in:
Federico Ponchio 2007-10-24 10:39:07 +00:00
parent d063cb7493
commit 5552afc7d1
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.24 2007/07/09 22:47:18 benedetti
Removed using namespace std and modified accordingly.
Revision 1.23 2007/06/13 17:15:09 benedetti
Added one-level undo system and sticky trackmodes.
@ -91,7 +94,7 @@ Adding copyright.
****************************************************************************/
#include <gl/glew.h>
#include <GL/glew.h>
#include <wrap/gui/trackmode.h>
#include <wrap/gui/trackball.h>