diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-23 19:02:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-23 19:14:05 +0100 |
commit | b3e25b2a14e402bc4703777f0b58fcc0724e40c8 (patch) | |
tree | 2c6262eb9016e7525b92b017960e23144c208097 /serialize/anim.cpp | |
parent | a7f0417640220e697a1c3307ae79ea397b049fb1 (diff) |
fix build
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 8cf074c8..bbd0813d 100644 --- a/serialize/anim.cpp +++ b/serialize/anim.cpp @@ -3,6 +3,7 @@ #include "serialize/corrade-string.hpp" #include "serialize/anim.hpp" #include "compat/exception.hpp" +#include <nlohmann/json.hpp> #include <tuple> namespace floormat { |