Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
327ab075
Commit
327ab075
authored
Sep 06, 2015
by
Matthieu Schaller
Browse files
Added two missing headers that raised warning messages with the Intel compiler.
Former-commit-id: 715f950ec856c778b0752f28763d706f896a4906
parent
c78dd7c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
327ab075
...
...
@@ -23,6 +23,7 @@
/* Some standard headers. */
#include
<float.h>
#include
<limits.h>
#include
<stdlib.h>
/* MPI headers. */
#ifdef WITH_MPI
...
...
src/space.c
View file @
327ab075
...
...
@@ -25,6 +25,7 @@
#include
<limits.h>
#include
<math.h>
#include
<string.h>
#include
<stdlib.h>
/* MPI headers. */
#ifdef WITH_MPI
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment