From fcc143b14edd1f204d515ecf9f9d53acfba01075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 5 Jun 2013 15:09:30 +0200 Subject: [PATCH] Missing #include. --- src/Text/GlyphCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text/GlyphCache.h b/src/Text/GlyphCache.h index bd6c55d5b..b87504f7a 100644 --- a/src/Text/GlyphCache.h +++ b/src/Text/GlyphCache.h @@ -28,6 +28,7 @@ * @brief Class Magnum::Text::GlyphCache */ +#include #include #include "Math/Geometry/Rectangle.h"