summaryrefslogtreecommitdiffhomepage
path: root/anim-crop-tool/atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-02 19:03:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-02 20:25:31 +0100
commit5a95eb1282e30bd803d7e0b352a8443795842e42 (patch)
treec97bc43e4d5107a427817c65aa1b0c2eeb64a427 /anim-crop-tool/atlas.hpp
parent0fe5336b9a53f20817f54be0bd7cd935db14914c (diff)
fix build with Linux and/or GCC
Diffstat (limited to 'anim-crop-tool/atlas.hpp')
-rw-r--r--anim-crop-tool/atlas.hpp3
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;