Added #include <GL/gl.h>

This commit is contained in:
Federico Ponchio 2004-09-28 10:22:00 +00:00
parent debbe719dd
commit b4e6ecabbe
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.8 2004/05/26 15:15:46 cignoni
Removed inclusion of gl extension stuff
Revision 1.7 2004/05/14 03:15:40 ponchio
Added ViewLineFromModel
@ -60,6 +63,12 @@ y is upward!
#include <vcg/space/line3.h>
#include <vcg/math/matrix44.h>
#ifdef WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
namespace vcg {
/**
This class represent the viewing parameters under opengl.