Index: ps/trunk/source/ps/CLogger.cpp =================================================================== --- ps/trunk/source/ps/CLogger.cpp +++ ps/trunk/source/ps/CLogger.cpp @@ -27,6 +27,7 @@ #include "lib/utf8.h" #include "ps/CConsole.h" #include "ps/Profile.h" +#include "ps/Pyrogenesis.h" #include "renderer/Renderer.h" #include Index: ps/trunk/source/ps/Mod.cpp =================================================================== --- ps/trunk/source/ps/Mod.cpp +++ ps/trunk/source/ps/Mod.cpp @@ -27,6 +27,7 @@ #include "ps/Filesystem.h" #include "ps/GameSetup/GameSetup.h" #include "ps/GameSetup/Paths.h" +#include "ps/Pyrogenesis.h" #include "scriptinterface/ScriptInterface.h" #include "scriptinterface/ScriptRuntime.h" Index: ps/trunk/source/ps/ModIo.h =================================================================== --- ps/trunk/source/ps/ModIo.h +++ ps/trunk/source/ps/ModIo.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Wildfire Games. +/* Copyright (C) 2019 Wildfire Games. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -24,6 +24,7 @@ #define INCLUDED_MODIO #include "lib/external_libraries/curl.h" +#include "lib/os_path.h" #include "scriptinterface/ScriptInterface.h" #include Index: ps/trunk/source/ps/ProfileViewer.cpp =================================================================== --- ps/trunk/source/ps/ProfileViewer.cpp +++ ps/trunk/source/ps/ProfileViewer.cpp @@ -33,6 +33,7 @@ #include "ps/Filesystem.h" #include "ps/Hotkey.h" #include "ps/Profile.h" +#include "ps/Pyrogenesis.h" #include "renderer/Renderer.h" #include "scriptinterface/ScriptInterface.h" Index: ps/trunk/source/ps/Profiler2.cpp =================================================================== --- ps/trunk/source/ps/Profiler2.cpp +++ ps/trunk/source/ps/Profiler2.cpp @@ -25,9 +25,11 @@ #include "Profiler2.h" #include "lib/allocators/shared_ptr.h" +#include "lib/os_path.h" #include "ps/CLogger.h" #include "ps/CStr.h" #include "ps/Profiler2GPU.h" +#include "ps/Pyrogenesis.h" #include "third_party/mongoose/mongoose.h" #include Index: ps/trunk/source/ps/Replay.h =================================================================== --- ps/trunk/source/ps/Replay.h +++ ps/trunk/source/ps/Replay.h @@ -18,6 +18,7 @@ #ifndef INCLUDED_REPLAY #define INCLUDED_REPLAY +#include "lib/os_path.h" #include "ps/CStr.h" #include "scriptinterface/ScriptTypes.h" Index: ps/trunk/source/ps/UserReport.cpp =================================================================== --- ps/trunk/source/ps/UserReport.cpp +++ ps/trunk/source/ps/UserReport.cpp @@ -29,6 +29,7 @@ #include "ps/ConfigDB.h" #include "ps/Filesystem.h" #include "ps/Profiler2.h" +#include "ps/Pyrogenesis.h" #include #include Index: ps/trunk/source/ps/Util.cpp =================================================================== --- ps/trunk/source/ps/Util.cpp +++ ps/trunk/source/ps/Util.cpp @@ -43,6 +43,7 @@ #include "ps/Game.h" #include "ps/CLogger.h" #include "ps/Filesystem.h" +#include "ps/Pyrogenesis.h" #include "ps/VideoMode.h" #include "renderer/Renderer.h" #include "maths/MathUtil.h" Index: ps/trunk/source/ps/VisualReplay.h =================================================================== --- ps/trunk/source/ps/VisualReplay.h +++ ps/trunk/source/ps/VisualReplay.h @@ -18,7 +18,9 @@ #ifndef INCLUDED_REPlAY #define INCLUDED_REPlAY +#include "lib/os_path.h" #include "scriptinterface/ScriptInterface.h" + class CSimulation2; class CGUIManager;