From 0ca141d43189bae4267ea150232c3937638916c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 24 May 2015 23:50:36 +0200 Subject: [PATCH] Attempt to fix build without assertions no. 2. --- src/Magnum/Shader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Shader.cpp b/src/Magnum/Shader.cpp index bd2a69b7e..d7fe70f10 100644 --- a/src/Magnum/Shader.cpp +++ b/src/Magnum/Shader.cpp @@ -27,6 +27,7 @@ #include #include +#include #include #include "Magnum/Context.h"