diff --git a/opm/core/WellsManager.cpp b/opm/core/WellsManager.cpp index 8a5e71546..a933306b8 100644 --- a/opm/core/WellsManager.cpp +++ b/opm/core/WellsManager.cpp @@ -26,6 +26,7 @@ #include #include +#include // Helper structs and functions for the implementation. @@ -125,6 +126,7 @@ namespace const double* cell_permeability, const double skin_factor) { + using namespace std; // sse: Using the Peaceman model. // NOTE: The formula is valid for cartesian grids, so the result can be a bit // (in worst case: there is no upper bound for the error) off the mark.