diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-02 15:29:41 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-02 15:29:41 +0200 |
| commit | 445caf6184cafbce361670ea6028ff76317976bc (patch) | |
| tree | 0ff8c2c33211f7a738de8f6f5d6cec79aa776f36 /anim-crop-tool | |
| parent | f339fa747348e742859701331b529f86d7bd8453 (diff) | |
a
Diffstat (limited to 'anim-crop-tool')
| -rw-r--r-- | anim-crop-tool/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/anim-crop-tool/main.cpp b/anim-crop-tool/main.cpp index 42d54baa..ff4c9e72 100644 --- a/anim-crop-tool/main.cpp +++ b/anim-crop-tool/main.cpp @@ -1,8 +1,9 @@ #undef NDEBUG -#include "defs.hpp" #include "atlas.hpp" #include "anim/serialize.hpp" +#include "compat/defs.hpp" +#include "compat/sysexits.hpp" #include <cassert> #include <cmath> |
