Skip to content
Snippets Groups Projects
Commit 00856e48 authored by Oliver Sander's avatar Oliver Sander
Browse files

Explicitly include cstddef, because the type ptrdiff_t is unknown when only...

Explicitly include cstddef, because the type ptrdiff_t is unknown when only including cstdlib with icc-8.0

[[Imported from SVN: r654]]
parent af6b7c03
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
#ifndef DUNE_ALLOCATOR_HH
#define DUNE_ALLOCATOR_HH
#include <cstddef>
#include <cstdlib>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment