diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
| commit | dbb6d49a5632a26885e6e388128d68fe1932a4ea (patch) | |
| tree | 28ccf74c6fe06c1e79a98fc1d534c9086387b849 /src | |
| parent | 2a0f6513132982c17644fc0917ad1f632b2d5b81 (diff) | |
add missing includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/anim-atlas.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index 1aadab21..a4344946 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -1,5 +1,7 @@ #include "anim-atlas.hpp" +#include "compat/assert.hpp" #include <Corrade/Containers/StringStlView.h> +#include <Magnum/Math/Color.h> #include <Magnum/GL/TextureFormat.h> namespace floormat { |
