Browse Source

Missing #include.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
fcc143b14e
  1. 1
      src/Text/GlyphCache.h

1
src/Text/GlyphCache.h

@ -28,6 +28,7 @@
* @brief Class Magnum::Text::GlyphCache
*/
#include <vector>
#include <unordered_map>
#include "Math/Geometry/Rectangle.h"

Loading…
Cancel
Save