diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-16 01:21:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-16 01:21:59 +0100 |
commit | f3e0c75848e1094bcbba5020750dd7fcaf0946be (patch) | |
tree | b778fbe41b2dbd4dcc0598c05503b03f67dc5067 /draw/anim.hpp | |
parent | 785293f4bf1beec65d23be0612e545e4c26ec366 (diff) |
a
Diffstat (limited to 'draw/anim.hpp')
-rw-r--r-- | draw/anim.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/anim.hpp b/draw/anim.hpp index 54fffd38..c9420eb4 100644 --- a/draw/anim.hpp +++ b/draw/anim.hpp @@ -3,6 +3,7 @@ #include "src/rotation.hpp" #include "src/chunk.hpp" #include <array> +#include <vector> #include <Corrade/Containers/Array.h> #include <Corrade/Containers/ArrayView.h> #include <Magnum/Magnum.h> |