Skip to content
Snippets Groups Projects
Commit dac54802 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common.ranges] add missing includes

Since we are pulling dune-fem, and thus dune-grid and dune-alugrid in turn,
the unspecialized DGF parser is pulled, which does not compile with
dune-alugrid.
parent 35d0dea3
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@
#include <boost/iterator/iterator_facade.hpp>
#if HAVE_DUNE_FEM
#include <dune/grid/io/file/dgfparser.hh> // <- the correct specialization of dgf parser is missing
#if HAVE_DUNE_ALUGRID
#include <dune/alugrid/dgf.hh> // without these includes
#endif
#include <dune/fem/function/common/discretefunction.hh>
#include <dune/fem/gridpart/common/gridpart.hh>
#include <dune/fem/space/lagrange/lagrangepoints.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment