GRAPHICS: Added missing include

This commit is contained in:
Eugene Sandulenko 2017-01-30 10:10:07 +01:00
parent 126bae6320
commit b4a31646ff

View File

@ -25,6 +25,7 @@
#include "common/array.h"
#include "common/hashmap.h"
#include "common/stream.h"
#include "graphics/font.h"
namespace Graphics {