Include config.h if present

This commit is contained in:
Markus Blatt 2013-01-18 14:52:20 +01:00
parent ffadae0f34
commit dcfe96f49b

View File

@ -9,8 +9,13 @@
//! \brief Class describing 2D quadrilateral grids //! \brief Class describing 2D quadrilateral grids
//! //!
//============================================================================== //==============================================================================
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "boundarygrid.hh" #include "boundarygrid.hh"
namespace Opm { namespace Opm {
namespace Elasticity { namespace Elasticity {