diff options
Diffstat (limited to 'editor/tests/region-test.cpp')
-rw-r--r-- | editor/tests/region-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index 9b027636..c3770e64 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -7,7 +7,7 @@ #include "../imgui-raii.hpp" #include "floormat/main.hpp" #include <bitset> -#include <Magnum/Math/Vector2.h> +#include <mg/Vector2.h> namespace floormat::tests { |