diff options
Diffstat (limited to 'anim-crop-tool/atlas.hpp')
-rw-r--r-- | anim-crop-tool/atlas.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/anim-crop-tool/atlas.hpp b/anim-crop-tool/atlas.hpp index 02e7176b..6da8fd63 100644 --- a/anim-crop-tool/atlas.hpp +++ b/anim-crop-tool/atlas.hpp @@ -1,11 +1,10 @@ #pragma once #include <vector> +#include <filesystem> #include <Magnum/Magnum.h> #include <Magnum/Math/Vector2.h> #include <opencv2/core/mat.hpp> -namespace std::filesystem { class path; } - namespace floormat::Serialize { struct anim_frame; |