changed order of initial include ( it had problems with extension of openGL)

This commit is contained in:
Nico Pietroni 2004-07-13 11:25:57 +00:00
parent 2376184409
commit 96e07ffd53
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/07/12 15:57:33 ganovelli
first draft: it includes glew !
@ -35,9 +38,9 @@ $Log: not supported by cvs2svn $
#include <queue>
#include <vector>
#include <vcg/space/Color4.h>
#include <wrap/gl/space.h>
#include <gl/glew.h>
#include <wrap/gl/space.h>
#include <vcg/space/Color4.h>
namespace vcg {