diff options
Diffstat (limited to 'anim-crop-tool/atlas.cpp')
-rw-r--r-- | anim-crop-tool/atlas.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/anim-crop-tool/atlas.cpp b/anim-crop-tool/atlas.cpp index dcb8b636..a48ad359 100644 --- a/anim-crop-tool/atlas.cpp +++ b/anim-crop-tool/atlas.cpp @@ -1,10 +1,8 @@ #include "atlas.hpp" #include "serialize/anim.hpp" -#include "compat/assert.hpp" - #include <filesystem> #include <opencv2/imgcodecs.hpp> - +#include "compat/assert.hpp" // must go below opencv headers using namespace floormat::Serialize; void anim_atlas_row::add_entry(const anim_atlas_entry& x) |