From d848ea29e766ed760802a9ad5dc0a84308d0b27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 25 May 2015 00:10:02 +0200 Subject: [PATCH] Attempt to fix build without assertions no. 4. This is starting to be repetitive. --- src/Magnum/DebugOutput.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/DebugOutput.cpp b/src/Magnum/DebugOutput.cpp index 14513357d..f75786675 100644 --- a/src/Magnum/DebugOutput.cpp +++ b/src/Magnum/DebugOutput.cpp @@ -27,6 +27,7 @@ #ifndef MAGNUM_TARGET_WEBGL #include +#include #include "Magnum/Context.h" #include "Magnum/Extensions.h"