From d8d9e21d238bd37a708d3ddab69730fe3f682429 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 10 Oct 2022 03:00:57 +0200 Subject: [PATCH] [TD] Gui, PreCompiled.h: add missing OCC files --- src/Mod/TechDraw/App/PreCompiled.h | 2 +- src/Mod/TechDraw/Gui/PreCompiled.h | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/Mod/TechDraw/App/PreCompiled.h b/src/Mod/TechDraw/App/PreCompiled.h index 8eab09d13b..f922ddc982 100644 --- a/src/Mod/TechDraw/App/PreCompiled.h +++ b/src/Mod/TechDraw/App/PreCompiled.h @@ -85,7 +85,7 @@ #include #include -// OpenCasCade ===================================================================================== +// OpenCasCade #include #endif // _PreComp_ diff --git a/src/Mod/TechDraw/Gui/PreCompiled.h b/src/Mod/TechDraw/Gui/PreCompiled.h index c6af496e96..ad592f00ad 100644 --- a/src/Mod/TechDraw/Gui/PreCompiled.h +++ b/src/Mod/TechDraw/Gui/PreCompiled.h @@ -20,7 +20,6 @@ * * ***************************************************************************/ - #ifndef DRAWINGGUI_PRECOMPILED_H #define DRAWINGGUI_PRECOMPILED_H @@ -43,11 +42,11 @@ #endif #ifdef _MSC_VER -# pragma warning(disable : 4005) +# pragma warning(disable : 4005) #endif #ifdef FC_OS_WIN32 -# define NOMINMAX +# define NOMINMAX #endif #ifdef _PreComp_ @@ -86,11 +85,17 @@ #include #include +// OpenCasCade +#include +#include +#include + +// Open Inventor +#include #include #include #include #include -#include #endif //_PreComp_