Fix assimp_qt_viewer build failed on OSX
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
#include "glview.hpp"
|
||||
|
||||
// Header files, OpenGL.
|
||||
#include <GL/glu.h>
|
||||
#if defined(__APPLE__)
|
||||
# include <OpenGL/glu.h>
|
||||
#else
|
||||
# include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
// Header files, DevIL.
|
||||
#include <il.h>
|
||||
|
||||
Reference in New Issue
Block a user