diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-14 18:40:43 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-14 18:40:43 +0200 |
| commit | 2fb4653f582ce986638fc646e95592751dd5cf38 (patch) | |
| tree | 84a34829ded520cd6eeb11ea307ba6934bb1e2f7 /anim | |
| parent | 97cfca98bde2a74257e2fa0d9112b77e4fa824f1 (diff) | |
a
Diffstat (limited to 'anim')
| -rw-r--r-- | anim/serialize.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/anim/serialize.cpp b/anim/serialize.cpp index 8743f41d..b0082c3c 100644 --- a/anim/serialize.cpp +++ b/anim/serialize.cpp @@ -7,7 +7,8 @@ #include <Corrade/Utility/Debug.h> #include <Corrade/Utility/DebugStl.h> -#include <nlohmann/json.hpp> + +#include "../fake-json.hpp" using Corrade::Utility::Error; |
