Skip to content
Snippets Groups Projects
Commit 222d114c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'feature/add-missing-header' into 'master'

[bugfix] add missing header

Header `dune/common/exceptions.hh` is not included but exceptions are used.

See merge request !29
parents 1b544df3 41adf7cc
No related branches found
No related tags found
1 merge request!29[bugfix] add missing header
......@@ -15,6 +15,7 @@
* bound: any feature that is tested here is part of the dune-istl vector interface.
*/
#include <dune/common/exceptions.hh>
#include <dune/common/test/iteratortest.hh>
namespace Dune
......@@ -179,4 +180,4 @@ namespace Dune
}
} // namespace Dune
#endif
\ No newline at end of file
#endif
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