Skip to content
Snippets Groups Projects
Commit fd4f6ea8 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

headers should include stuff they need themself (in this case <assert>)

[[Imported from SVN: r987]]
parent 3b5387c0
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
#ifndef __DUNE_DYNAMICTYPE_HH__
#define __DUNE_DYNAMICTYPE_HH__
#include <assert.h>
namespace Dune {
typedef int IdentifierType;
......
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