Skip to content
Snippets Groups Projects
Commit afdcb95d authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
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 6f781521
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -14,6 +14,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