Fix build warnings from deprecated Boost headers (they are used internally by Boost). Thanks @wwmayer for the hint.

This commit is contained in:
Mateusz Skowroński
2020-12-28 19:15:57 +01:00
committed by wwmayer
parent ff77ffe7d1
commit 98f63ba60f
66 changed files with 82 additions and 64 deletions

View File

@@ -32,7 +32,7 @@
#include <App/Property.h>
#include <Mod/Part/App/Geometry.h>
#include "Constraint.h"
#include <boost/signals2.hpp>
#include <boost_signals2.hpp>
#include <boost/unordered/unordered_map.hpp>
namespace Base {