From eaf9912741b6b3d35aa5c33170b9f060ded9bc42 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 21 Aug 2018 20:41:53 +0500 Subject: Fixed linux compilation errors --- src/TextureAtlas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TextureAtlas.hpp') diff --git a/src/TextureAtlas.hpp b/src/TextureAtlas.hpp index 76a6c49..1e5c134 100644 --- a/src/TextureAtlas.hpp +++ b/src/TextureAtlas.hpp @@ -2,7 +2,7 @@ #include -#include +#include struct TextureData { std::vector data; //expected format RGBA8888 -- cgit v1.2.3