Brooks-Corey: explicitly include <cmath>

it seems to be implicitly included by newer compilers, but not GCC
4.4. In this case I agree with GCC 4.4...

Thanks to Bård Skaflestad for the hat-tip.
This commit is contained in:
Andreas Lauser
2013-11-13 11:37:37 +01:00
parent ca4201001a
commit ee253954d1

View File

@@ -28,6 +28,7 @@
#include <algorithm>
#include <cassert>
#include <cmath>
namespace Opm {
/*!