diff --git a/src/Text/Text.h b/src/Text/Text.h index 4a0960e60..3baccb5ec 100644 --- a/src/Text/Text.h +++ b/src/Text/Text.h @@ -30,6 +30,8 @@ #include "Types.h" +#include + #include "magnumConfigure.h" namespace Magnum { namespace Text { @@ -40,7 +42,9 @@ class AbstractLayouter; class DistanceFieldGlyphCache; class GlyphCache; +#ifndef CORRADE_GCC45_COMPATIBILITY enum class Alignment: UnsignedByte; +#endif class AbstractRenderer; template class Renderer;