Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
3fa0b79e
Commit
3fa0b79e
authored
Jun 26, 2008
by
Francois Bertel
Browse files
COMP:Fixed errors with gcc>=4.3 by including stdlib.h or string.h.
parent
74264ee0
Changes
6
Hide whitespace changes
Inline
Side-by-side
libsrc/XdmfArray.h
View file @
3fa0b79e
...
...
@@ -44,6 +44,7 @@ of the array is the same type). Access to HDF5 files is
accomplished directly thru XdmfArrays by the XdmfHDF class.
*/
#include
<stdlib.h>
class
XDMF_EXPORT
XdmfArray
:
public
XdmfDataDesc
{
...
...
libsrc/XdmfDataDesc.cxx
View file @
3fa0b79e
...
...
@@ -24,6 +24,8 @@
/*******************************************************************/
#include
"XdmfDataDesc.h"
#include
<stdlib.h>
XdmfDataDesc
::
XdmfDataDesc
()
{
H5dont_atexit
();
this
->
DataSpace
=
H5I_BADID
;
...
...
libsrc/XdmfElement.cxx
View file @
3fa0b79e
...
...
@@ -25,6 +25,7 @@
#include
"XdmfElement.h"
#include
"XdmfDOM.h"
#include
<libxml/tree.h>
#include
<string.h>
#define XDMF_EMPTY_REFERENCE 0x00
#define XDMF_ERROR_REFERENCE -1
...
...
libsrc/XdmfLightData.h
View file @
3fa0b79e
...
...
@@ -27,6 +27,7 @@
#include
"XdmfObject.h"
#include
<string.h>
// strcmp, strlen, strcpy
// typedef XdmfPointer XdmfXmlNode;
struct
_xmlNode
;
...
...
libsrc/XdmfObject.cxx
View file @
3fa0b79e
...
...
@@ -23,6 +23,7 @@
/* */
/*******************************************************************/
#include
"XdmfObject.h"
#include
<string.h>
static
XdmfInt32
GlobalDebugFlag
=
0
;
static
XdmfInt64
NameCntr
=
0
;
...
...
libsrc/XdmfRoot.cxx
View file @
3fa0b79e
...
...
@@ -24,6 +24,7 @@
/*******************************************************************/
#include
"XdmfRoot.h"
#include
"XdmfDOM.h"
#include
<stdlib.h>
XdmfRoot
::
XdmfRoot
()
{
this
->
SetElementName
(
"Xdmf"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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