Added #include <GL/gl.h>
This commit is contained in:
parent
debbe719dd
commit
b4e6ecabbe
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue