From 76aac3a22189c2b0b0b99ec7a7fb18cd62796d42 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 15 Jun 2020 21:33:56 +0200 Subject: [PATCH] boost: [skip ci] fix for boost < 1.60 --- src/App/DocumentObserverPython.cpp | 1 + src/Gui/DocumentObserverPython.cpp | 1 + src/Mod/PartDesign/App/ShapeBinder.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/src/App/DocumentObserverPython.cpp b/src/App/DocumentObserverPython.cpp index a4baa273e222..957c3507842a 100644 --- a/src/App/DocumentObserverPython.cpp +++ b/src/App/DocumentObserverPython.cpp @@ -24,6 +24,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include #endif #include "Application.h" diff --git a/src/Gui/DocumentObserverPython.cpp b/src/Gui/DocumentObserverPython.cpp index 913e0deb1d49..b98c86f4d722 100644 --- a/src/Gui/DocumentObserverPython.cpp +++ b/src/Gui/DocumentObserverPython.cpp @@ -24,6 +24,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include #endif #include "Application.h" diff --git a/src/Mod/PartDesign/App/ShapeBinder.cpp b/src/Mod/PartDesign/App/ShapeBinder.cpp index a63e8a55dbf1..b1db1349bc09 100644 --- a/src/Mod/PartDesign/App/ShapeBinder.cpp +++ b/src/Mod/PartDesign/App/ShapeBinder.cpp @@ -33,6 +33,7 @@ #endif #include +#include #include #include