glut->GL/glut (for real this time)

This commit is contained in:
Federico Ponchio 2005-12-06 14:11:15 +00:00
parent 45dc280239
commit d652973606
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Histoy
#ifndef __VCG_GLADDONS
#define __VCG_GLADDONS
#include <glut.h>
#include <GL/glut.h>
#include <wrap/gl/math.h>
#include <wrap/gl/space.h>
#include <vcg/space/point3.h>
@ -432,4 +432,4 @@ public:
}
};
}
#endif
#endif