mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add missing #include.
While version.hh is included transitively via other dune includes, this may change. So for future-proofing we include it here.
This commit is contained in:
parent
57a5b4bc02
commit
ca8115c532
@ -17,6 +17,7 @@
|
||||
|
||||
#ifdef HAVE_DUNE_CORNERPOINT
|
||||
#include "disable_warning_pragmas.h"
|
||||
#include <dune/common/version.hh>
|
||||
#include <dune/grid/io/file/vtk/vtkwriter.hh>
|
||||
#include "reenable_warning_pragmas.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user