
* fix boost and muparser for Clang 9.1.0 with C++17 * muparser: add C++11 flags * dealii: temporary disable python by default * dealii: make CMake find right python
13 lines
366 B
Diff
13 lines
366 B
Diff
diff --git a/boost/graph/detail/array_binary_tree.hpp b/boost/graph/detail/array_binary_tree.hpp
|
|
index e59da9e..fd403d1 100644
|
|
--- a/boost/graph/detail/array_binary_tree.hpp
|
|
+++ b/boost/graph/detail/array_binary_tree.hpp
|
|
@@ -14,6 +14,7 @@
|
|
#include <iterator>
|
|
#include <functional>
|
|
#include <boost/config.hpp>
|
|
+#include <boost/iterator.hpp>
|
|
|
|
namespace boost {
|
|
|