mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make config.h the first header to be included in any compile unit
this is required for consistency amongst the compile units which are linked into the same library and seems to be forgotten quite frequently.
This commit is contained in:
parent
f3ec8e1634
commit
a2065b4101
@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <iostream>
|
||||
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
|
||||
#include <opm/core/utility/parameters/ParameterGroup.hpp>
|
||||
|
@ -17,6 +17,7 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <opm/core/simulator/SimulatorTimer.hpp>
|
||||
#include <opm/core/utility/parameters/ParameterGroup.hpp>
|
||||
#include <opm/core/utility/Units.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user