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 4ea97faa5b
commit 2559f2d29c
66 changed files with 82 additions and 64 deletions

View File

@@ -25,7 +25,7 @@
#include <boost/unordered/unordered_map.hpp>
#include <boost/function.hpp>
#include <boost/signals2.hpp>
#include <boost_signals2.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/topological_sort.hpp>
#include <App/PropertyLinks.h>