From f49044c9886accc91dfd29056241da3b48324640 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 31 Oct 2017 22:18:25 +0000 Subject: Moving to core, fixing errors --- yage/core/spritesheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/core/spritesheet.cpp') diff --git a/yage/core/spritesheet.cpp b/yage/core/spritesheet.cpp index 5c3499cc..09c344e3 100644 --- a/yage/core/spritesheet.cpp +++ b/yage/core/spritesheet.cpp @@ -17,7 +17,7 @@ #include #include -#include +#include using namespace std; using namespace rapidjson; -- cgit