diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 02:33:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 02:35:17 +0200 |
commit | 5798cedeafecc965244a8db7538d7e76c47eac84 (patch) | |
tree | 77118ece2cb43c402e43e21e0b6238ce1efec732 /editor | |
parent | 3dff574d59aba28ceda955c7a4d92b53387d2173 (diff) |
reduce precompiled header bitrot
Diffstat (limited to 'editor')
-rw-r--r-- | editor/precomp.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/precomp.hpp b/editor/precomp.hpp index 8949f3ed..1dca3bd8 100644 --- a/editor/precomp.hpp +++ b/editor/precomp.hpp @@ -1,6 +1,8 @@ #pragma once #include "src/precomp.hpp" +#include "entity/metadata.hpp" +#include "entity/accessor.hpp" #include <cstdlib> #include <map> |