diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 21:27:08 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 22:17:43 +0100 |
| commit | ee1a527191db646850ee919b8fe3a6f8cb6cd693 (patch) | |
| tree | a1ff23b8c0f93d689d51d3837caefaa72b9480cd /serialize/anim.cpp | |
| parent | 0e23ba9e5a565e34fee0f024e29ce162f420ec22 (diff) | |
get rid of std::string
Diffstat (limited to 'serialize/anim.cpp')
| -rw-r--r-- | serialize/anim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize/anim.cpp b/serialize/anim.cpp index 79608de0..b6882f1d 100644 --- a/serialize/anim.cpp +++ b/serialize/anim.cpp @@ -1,4 +1,5 @@ #include "serialize/magnum-vector2i.hpp" +#include "serialize/corrade-string.hpp" #include "serialize/anim.hpp" namespace floormat::Serialize { |
