Skip to content
Snippets Groups Projects
Commit 1ccafa3d authored by Markus Blatt's avatar Markus Blatt
Browse files

Check whether Boost fusion is installed was accidentally removed.

Reintroduced to make ISTL compile if boost fusion is not present.

[[Imported from SVN: r1308]]
parent 62a370ac
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
#include "gsetc.hh"
#ifdef HAVE_BOOST_FUSION
#include <boost/fusion/sequence.hpp>
#include <boost/fusion/container.hpp>
#include <boost/fusion/iterator.hpp>
......@@ -444,7 +446,8 @@ namespace Dune {
const TVector& b, const K& w) {}
};
} // end namespace
#endif // HAVE_BOOST_FUSION
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment