From f0b2d1c9c717a13e8ef23557b80e44ea53833caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 25 May 2015 00:17:53 +0200 Subject: [PATCH] Attempt to fix build without assertions no. 5. --- src/Magnum/SceneGraph/Animable.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/SceneGraph/Animable.cpp b/src/Magnum/SceneGraph/Animable.cpp index bdf7be945..628e51a88 100644 --- a/src/Magnum/SceneGraph/Animable.cpp +++ b/src/Magnum/SceneGraph/Animable.cpp @@ -25,6 +25,8 @@ #include "Animable.h" +#include + namespace Magnum { namespace SceneGraph { Debug operator<<(Debug debug, AnimationState value) {