From 1f1e79477d23ee6cd468de5558600824e04fd164 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Sat, 22 Mar 2014 00:24:00 +0100 Subject: [PATCH] Add missing utils/log.hpp in glwrap.hpp --- src/graphics/glwrap.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphics/glwrap.hpp b/src/graphics/glwrap.hpp index dbbc985bb..da7ad1f1c 100644 --- a/src/graphics/glwrap.hpp +++ b/src/graphics/glwrap.hpp @@ -18,6 +18,8 @@ # include #endif +#include "utils/log.hpp" + // already includes glext.h, which defines useful GL constants. // COpenGLDriver has already loaded the extension GL functions we use (e.g glBeginQuery) #include "../../lib/irrlicht/source/Irrlicht/COpenGLDriver.h"