From d2eff46b9a9c094eeda5956a9943e8a01b919c6a Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Wed, 25 Dec 2024 18:29:37 +0800 Subject: [PATCH] Make IWYU happy --- src/fheroes2/editor/editor_object_popup_window.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fheroes2/editor/editor_object_popup_window.cpp b/src/fheroes2/editor/editor_object_popup_window.cpp index 21b677536f..e8db975a2e 100644 --- a/src/fheroes2/editor/editor_object_popup_window.cpp +++ b/src/fheroes2/editor/editor_object_popup_window.cpp @@ -28,12 +28,14 @@ #include #include +#include "artifact.h" #include "editor_interface.h" #include "ground.h" #include "interface_gamearea.h" #include "logging.h" #include "map_object_info.h" #include "maps_tiles.h" +#include "monster.h" #include "mp2.h" #include "resource.h" #include "translations.h"