From d87c0cb28720610ca7483f2d8de0613f583dc354 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2024 06:16:07 +0100 Subject: a --- editor/camera.cpp | 1 + editor/editor.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/camera.cpp b/editor/camera.cpp index b74b048a..9e673ae9 100644 --- a/editor/camera.cpp +++ b/editor/camera.cpp @@ -6,6 +6,7 @@ #include "src/object.hpp" #include "src/world.hpp" #include "src/camera-offset.hpp" +#include #include namespace floormat { diff --git a/editor/editor.hpp b/editor/editor.hpp index 69a5277f..b4e4ff8e 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -68,7 +68,7 @@ public: Optional mouse_drag_pos(); using snap_mode = editor_snap_mode; - using button = enum editor_button; + using button = editor_button; }; } // namespace floormat -- cgit v1.2.3