diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 17:48:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 18:24:55 +0100 |
commit | b84cfa301e2fb131275711c67a2e91e3cda65c4e (patch) | |
tree | d060791ca783f6b9c4da5959535ec0eb85dd73cf /src | |
parent | eea6fad65d5c9fecfb47c4a1c516c253cee85fd2 (diff) |
loader: fix static initializer mess
Diffstat (limited to 'src')
-rw-r--r-- | src/tile-atlas.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile-atlas.hpp b/src/tile-atlas.hpp index 55546017..066b1122 100644 --- a/src/tile-atlas.hpp +++ b/src/tile-atlas.hpp @@ -3,6 +3,7 @@ #include <memory> #include <Corrade/Containers/String.h> #include <Magnum/Magnum.h> +#include <Magnum/Math/Vector2.h> #include <Magnum/GL/Texture.h> namespace floormat { |