diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/Image.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Asura.Engine/Graphics/Image.h b/Source/Asura.Engine/Graphics/Image.h index 2607969..916c365 100644 --- a/Source/Asura.Engine/Graphics/Image.h +++ b/Source/Asura.Engine/Graphics/Image.h @@ -2,13 +2,14 @@ #define __ASURA_ENGINE_IMAGE_H__ #include "math/vector2.hpp" -#include "scripting/portable.h" +#include "scripting/portable.hpp" #include "fileSystem/reloadable.h" #include "stringmap.hpp" #include "manager.hpp" #include "texture.h" #include "color.h" #include "image_data.h" +#include "render_state.h" namespace AsuraEngine { |