Skip to content
Snippets Groups Projects
Commit 327ab075 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Added two missing headers that raised warning messages with the Intel compiler.

Former-commit-id: 715f950ec856c778b0752f28763d706f896a4906
parent c78dd7c2
Branches
Tags
No related merge requests found
......@@ -23,6 +23,7 @@
/* Some standard headers. */
#include <float.h>
#include <limits.h>
#include <stdlib.h>
/* MPI headers. */
#ifdef WITH_MPI
......
......@@ -25,6 +25,7 @@
#include <limits.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
/* MPI headers. */
#ifdef WITH_MPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment