From f5308a69ecb6404b02ca8cae1a49711dfceb2c33 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 23 Aug 2023 18:17:21 +0200 Subject: fix non-pch build --- editor/inspect.hpp | 1 + editor/vobj-editor.hpp | 2 ++ 2 files changed, 3 insertions(+) (limited to 'editor') 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 +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 #include +#include namespace Corrade::Containers { template class BasicStringView; -- cgit v1.2.3