Skip to content
Snippets Groups Projects

Add missing includes for compilation with libc++

Merged Steffen Müthing requested to merge bugfix/fix-compilation-with-libcpp into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,6 +2,7 @@
#define DUNE_UGGRID_PARALLEL_PPIF_PPIFCONTEXT_HH 1
#include <memory>
#include <array>
#if ModelP
# include <mpi.h>
Loading