diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-30 18:52:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-09-30 18:52:41 +0200 |
commit | c7ce9f57f53325e47574bf0fcdaa495146656289 (patch) | |
tree | 7a6d68e74cdf29e23a533ac5a98aec061e60008e /anim | |
parent | 5c9863cf0998b5f1b6107ce09b54cd3e8b484221 (diff) |
.
Diffstat (limited to 'anim')
-rw-r--r-- | anim/serialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anim/serialize.cpp b/anim/serialize.cpp index 83d2b2f9..8c027d9c 100644 --- a/anim/serialize.cpp +++ b/anim/serialize.cpp @@ -3,7 +3,7 @@ #include <Corrade/Utility/Debug.h> #include <Corrade/Utility/DebugStl.h> -#include "../json-magnum.hpp" +#include "json-magnum.hpp" using Corrade::Utility::Error; |