Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armin Wehrfritz
Xdmf
Commits
95ad91ee
Commit
95ad91ee
authored
Mar 11, 2014
by
Andrew J. Burns (Cont
Browse files
added include required for newer versions of gcc
parent
df2dcfcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/dsm/XdmfDSMBuffer.cpp
View file @
95ad91ee
...
...
@@ -59,6 +59,10 @@
#include
<stdlib.h>
#include
<algorithm>
#ifdef _WIN32
#include
<unistd.h>
#endif
XdmfDSMBuffer
::
XdmfDSMBuffer
()
{
this
->
CommChannel
=
XDMF_DSM_INTER_COMM
;
...
...
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