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
12ccebf396
commit
78bcdf09bf
@ -30,6 +30,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include <opm/core/utility/MonotCubicInterpolator.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user