MSVC: Add missing PreCompiled.h includes

This commit is contained in:
Chris Hennes
2025-01-13 22:02:19 -06:00
committed by Yorik van Havre
parent 23a05bb250
commit 0e3ac7462f
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "Services.h"
std::optional<Base::Vector3d>

View File

@@ -21,6 +21,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include "Services.h"
AttacherSubObjectPlacement::AttacherSubObjectPlacement()