summaryrefslogtreecommitdiffhomepage
path: root/editor/vobj-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/vobj-editor.hpp')
-rw-r--r--editor/vobj-editor.hpp2
1 files changed, 2 insertions, 0 deletions
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;