Skip to content
Snippets Groups Projects
Commit 3c4f685c authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Explicitly include header.

* ppm_extents.h is pulled in by ppm_uniform_partition.h but since the code
  contains variables of type PPM_extent, it is more consistent to include
  it explicitly.
parent 0229ba8d
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
#include <stdio.h>
#ifdef HAVE_PARALLEL_NC4
#include <core/ppm_extents.h>
#include <core/ppm_combinatorics.h>
#include <core/ppm_rectilinear.h>
#include <ppm/ppm_uniform_partition.h>
......
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