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:
Andreas Lauser 2013-04-10 12:56:14 +02:00
parent 12ccebf396
commit 78bcdf09bf

View File

@ -30,6 +30,7 @@
*/
#include "config.h"
#include <opm/core/utility/MonotCubicInterpolator.hpp>
#include <iostream>