diff --git a/source/lib/sysdep/arch/x86_x64/topology.cpp b/source/lib/sysdep/arch/x86_x64/topology.cpp index 1587045f50..acc634c7be 100644 --- a/source/lib/sysdep/arch/x86_x64/topology.cpp +++ b/source/lib/sysdep/arch/x86_x64/topology.cpp @@ -28,6 +28,7 @@ #include "lib/sysdep/arch/x86_x64/topology.h" #include +#include #include "lib/bits.h" #include "lib/module_init.h" diff --git a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp index 2b9f3fda5d..ce11c94602 100644 --- a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp +++ b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.cpp @@ -24,6 +24,7 @@ #include "ScenarioEditor/ScenarioEditor.h" #include "wx/choicebk.h" +#include "wx/colordlg.h" enum { diff --git a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h index fecd71c009..b6b2d1ad51 100644 --- a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h +++ b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Player/Player.h @@ -20,6 +20,7 @@ #include "GameInterface/Messages.h" #include "wx/collpane.h" +#include "wx/spinctrl.h" using namespace AtlasMessage;