From 9a10880a4c6f6e052f1c8b56714949fa29c6a8ab Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Wed, 22 May 2013 21:25:29 +0200 Subject: [PATCH] Use boost::bind instead of std::bind to compile with C++03 --- opm/simulators/SimulatorIncompTwophase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/SimulatorIncompTwophase.hpp b/opm/simulators/SimulatorIncompTwophase.hpp index ccacd3b9e..d1dc83ffa 100644 --- a/opm/simulators/SimulatorIncompTwophase.hpp +++ b/opm/simulators/SimulatorIncompTwophase.hpp @@ -22,7 +22,7 @@ #include #include -#include // bind +#include #include struct UnstructuredGrid;