From d207566fb5bb703438fa5a22a5a2391eadc2c920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 3 Aug 2015 00:29:28 +0200 Subject: [PATCH] Ensure we have complete definition even in deprecated header. --- src/Magnum/Color.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Color.h b/src/Magnum/Color.h index 2023f38d1..cee0cf3b0 100644 --- a/src/Magnum/Color.h +++ b/src/Magnum/Color.h @@ -34,6 +34,7 @@ #ifdef MAGNUM_BUILD_DEPRECATED #include +#include "Magnum/Magnum.h" #include "Magnum/Math/Color.h" CORRADE_DEPRECATED_FILE("use Magnum/Math/Color.h instead")