From 154357f115c782f67294c44bc2fcc2cda0e745fd Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 14 May 2024 23:15:09 +0200 Subject: [PATCH] Assembly: Fix possible build failure with PCH --- src/Mod/Assembly/App/PreCompiled.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Mod/Assembly/App/PreCompiled.h b/src/Mod/Assembly/App/PreCompiled.h index 02eade24a0..3525861c09 100644 --- a/src/Mod/Assembly/App/PreCompiled.h +++ b/src/Mod/Assembly/App/PreCompiled.h @@ -46,6 +46,9 @@ #include #include +#include +#include +#include #include #include