Use have_boost_redef.hpp rather than direct override.

This commit is contained in:
Bård Skaflestad 2012-07-12 14:36:36 +02:00
parent 82369f9109
commit 20b0c8f83b

View File

@ -24,10 +24,7 @@
#include <opm/core/linalg/LinearSolverIstl.hpp>
// Work around the fact that istl headers expect
// HAVE_BOOST to be 1, and not just defined.
#undef HAVE_BOOST
#define HAVE_BOOST 1
#include <opm/core/utility/have_boost_redef.hpp>
// TODO: clean up includes.
#include <dune/common/deprecated.hh>