Add missing utils/log.hpp in glwrap.hpp

This commit is contained in:
Vincent Lejeune 2014-03-22 00:24:00 +01:00
parent 340eaa9352
commit 1f1e79477d

View File

@ -18,6 +18,8 @@
# include <GL/gl.h> # include <GL/gl.h>
#endif #endif
#include "utils/log.hpp"
// already includes glext.h, which defines useful GL constants. // already includes glext.h, which defines useful GL constants.
// COpenGLDriver has already loaded the extension GL functions we use (e.g glBeginQuery) // COpenGLDriver has already loaded the extension GL functions we use (e.g glBeginQuery)
#include "../../lib/irrlicht/source/Irrlicht/COpenGLDriver.h" #include "../../lib/irrlicht/source/Irrlicht/COpenGLDriver.h"