From 14bd07c559151dd4ebc1dfc7eae880dd858efd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 19 Sep 2019 11:36:10 +0200 Subject: [PATCH] GL: properly include a header for the deprecation macro. --- src/Magnum/GL/TextureFormat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Magnum/GL/TextureFormat.h b/src/Magnum/GL/TextureFormat.h index 510e5ca67..75c5b9144 100644 --- a/src/Magnum/GL/TextureFormat.h +++ b/src/Magnum/GL/TextureFormat.h @@ -31,6 +31,10 @@ #include "Magnum/GL/OpenGL.h" +#ifdef MAGNUM_BUILD_DEPRECATED +#include +#endif + namespace Magnum { namespace GL { /**