+ include <GL/glu.h>
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5220 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
884f9f2984
commit
11654cdd58
|
@ -25,6 +25,16 @@
|
|||
#if defined(__MINGW32__)
|
||||
# include <GL/gl.h>
|
||||
# include <GL/glext.h>
|
||||
#elif defined (FC_OS_MACOSX)
|
||||
# include <OpenGL/gl.h>
|
||||
# include <OpenGL/glu.h>
|
||||
#elif defined (FC_OS_WIN32)
|
||||
# include <Windows.h>
|
||||
# include <GL/gl.h>
|
||||
# include <GL/glu.h>
|
||||
#else
|
||||
# include <GL/gl.h>
|
||||
# include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
#include "GLImageBox.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user