From fc7f6e37fcb55d733b6347029a0d86317d650fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 17 Jan 2015 16:20:41 +0100 Subject: [PATCH] Oh, this is still needed. Yay to me for breaking the build thrice in an hour! --- src/Magnum/Mesh.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/Mesh.cpp b/src/Magnum/Mesh.cpp index 75560ece1..4b0b0378a 100644 --- a/src/Magnum/Mesh.cpp +++ b/src/Magnum/Mesh.cpp @@ -27,9 +27,7 @@ #include -#ifdef MAGNUM_BUILD_DEPRECATED #include "Magnum/AbstractShaderProgram.h" -#endif #include "Magnum/Buffer.h" #include "Magnum/Context.h" #include "Magnum/Extensions.h"