Skip to content
Snippets Groups Projects
Commit 5eb742cc authored by Markus Blatt's avatar Markus Blatt
Browse files

cstddef needed to be included.

[[Imported from SVN: r267]]
parent 62abee47
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,11 @@
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_LOCALINDEX_HH
#define DUNE_LOCALINDEX_HH
#ifndef DUNE_ISTL_LOCALINDEX_HH
#define DUNE_ISTL_LOCALINDEX_HH
#include "config.h"
#include <cstddef>
namespace Dune
{
......
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