From 8b477e60538f193095eaf31b2b31fd95d623bb3b Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 16 May 2019 12:18:55 +0200 Subject: [PATCH] fix Path build failure --- src/Mod/Path/Gui/PreCompiled.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Path/Gui/PreCompiled.h b/src/Mod/Path/Gui/PreCompiled.h index 917f1b025e..ded95970a7 100644 --- a/src/Mod/Path/Gui/PreCompiled.h +++ b/src/Mod/Path/Gui/PreCompiled.h @@ -77,6 +77,11 @@ # include #endif +// all of Inventor +#ifndef __InventorAll__ +# include +#endif + #endif //_PreComp_ #endif // PATHGUI_PRECOMPILED_H