Include configuration file without directory spec.

If the program is built out-of-source-tree then the configuration file
(which is generated and not part of the source) will not be available
relative to the source code file.
This commit is contained in:
Roland Kaufmann 2012-11-26 00:02:43 +01:00
parent d37e7740bd
commit 0443b80cfc

View File

@ -10,7 +10,9 @@
//
//===========================================================================
#include "../config.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <opm/core/eclipse/EclipseGridParser.hpp>