fixed: tutorials should include config.h conditionally

This commit is contained in:
Arne Morten Kvarving
2014-06-23 09:53:07 +02:00
parent 076f9b1ae9
commit e137eb3d16
4 changed files with 8 additions and 0 deletions

View File

@@ -31,7 +31,9 @@
/// \snippet tutorial1.cpp including headers
/// \internal [including headers]
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <opm/core/grid.h>
#include <opm/core/grid/GridManager.hpp>