mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-17 20:34:49 -05:00
9e4af968db71485c8533b8541e97293c81f3bd2b
On my system I got
```c++
error: variable ‘std::ofstream file’ has initializer but incomplete type
std::ofstream file(fname.str().c_str());
```
This is fixed with this commit by including fstream. Previously,
this include might have happened implicitely.
Languages
C++
79.4%
ECL
13.8%
Cuda
1.7%
Pawn
1.7%
CMake
1.4%
Other
1.9%