Skip to content

Commit 0b1d734

Browse files
chennesyorikvanhavre
authored andcommitted
MSVC: Add missing PreCompiled.h includes
1 parent 6222b93 commit 0b1d734

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/App/Services.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* *
2222
***************************************************************************/
2323

24+
#include "PreCompiled.h"
25+
2426
#include "Services.h"
2527

2628
std::optional<Base::Vector3d>

src/Mod/Part/App/Services.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* *
2222
***************************************************************************/
2323

24+
#include "PreCompiled.h"
25+
2426
#include "Services.h"
2527

2628
AttacherSubObjectPlacement::AttacherSubObjectPlacement()

0 commit comments

Comments
 (0)