From 20b0c8f83b433b9c9e6c5b7c75a254efed9020e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 12 Jul 2012 14:36:36 +0200 Subject: [PATCH] Use have_boost_redef.hpp rather than direct override. --- opm/core/linalg/LinearSolverIstl.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 791fcb17..3c4435e8 100644 --- a/opm/core/linalg/LinearSolverIstl.cpp +++ b/opm/core/linalg/LinearSolverIstl.cpp @@ -24,10 +24,7 @@ #include -// 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 // TODO: clean up includes. #include