Skip to content

Commit

Permalink
boost: [skip ci] fix for boost < 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 15, 2020
1 parent b7a448d commit 76aac3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App/DocumentObserverPython.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"

#ifndef _PreComp_
# include <boost_bind_bind.hpp>
#endif

#include "Application.h"
Expand Down
1 change: 1 addition & 0 deletions src/Gui/DocumentObserverPython.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"

#ifndef _PreComp_
# include <boost_bind_bind.hpp>
#endif

#include "Application.h"
Expand Down
1 change: 1 addition & 0 deletions src/Mod/PartDesign/App/ShapeBinder.cpp
Expand Up @@ -33,6 +33,7 @@
#endif

#include <unordered_map>
#include <unordered_set>
#include <boost/algorithm/string/predicate.hpp>

#include <Base/Console.h>
Expand Down

0 comments on commit 76aac3a

Please sign in to comment.