Conditionally use input file

If config.h is written, then the build system will also define
HAVE_CONFIG_H.
This commit is contained in:
Roland Kaufmann
2013-11-06 13:20:37 +01:00
parent cdc45b2d56
commit 98a36189d3

View File

@@ -18,7 +18,10 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif // HAVE_CONFIG_H
#include "BlackoilEclipseOutputWriter.hpp"
#include <opm/core/grid.h>