mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -28,6 +28,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user