mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Include config.h if present
This commit is contained in:
parent
ffadae0f34
commit
dcfe96f49b
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user