summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/inspect.hpp1
-rw-r--r--editor/vobj-editor.hpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/editor/inspect.hpp b/editor/inspect.hpp
index de572666..5bfb7c1f 100644
--- a/editor/inspect.hpp
+++ b/editor/inspect.hpp
@@ -1,5 +1,6 @@
#pragma once
#include <utility>
+namespace floormat { struct entity; }
namespace floormat::entities {
struct erased_accessor;
diff --git a/editor/vobj-editor.hpp b/editor/vobj-editor.hpp
index e026a498..46b5dce1 100644
--- a/editor/vobj-editor.hpp
+++ b/editor/vobj-editor.hpp
@@ -1,7 +1,9 @@
#pragma once
#include "src/entity-type.hpp"
+#include "src/object-id.hpp"
#include <memory>
#include <map>
+#include <Corrade/Containers/StringView.h>
namespace Corrade::Containers {
template<typename T> class BasicStringView;