]> git.pld-linux.org Git - packages/xdmf.git/blame - xdmf-include.patch
- release 5 (by relup.sh)
[packages/xdmf.git] / xdmf-include.patch
CommitLineData
8a4756ae
JB
1--- Xdmf/libsrc/XdmfArray.h.orig 2010-03-24 21:03:48.000000000 +0100
2+++ Xdmf/libsrc/XdmfArray.h 2013-09-13 16:09:37.644518551 +0200
3@@ -46,6 +46,7 @@ accomplished directly thru XdmfArrays by
4
5 #ifndef SWIG
6 #include <stdlib.h>
7+#include <string.h>
8 #endif
9
10 class XDMF_EXPORT XdmfArray : public XdmfDataDesc {
11--- Xdmf/libsrc/XdmfObject.h.orig 2009-12-23 18:23:49.000000000 +0100
12+++ Xdmf/libsrc/XdmfObject.h 2013-09-13 16:13:03.814509766 +0200
13@@ -81,6 +81,7 @@
14
15 # ifdef UNIX
16 # include "sys/file.h"
17+# include <string.h>
18 # include "strings.h"
19 # define STRCASECMP strcasecmp
20 # define STRNCASECMP strncasecmp
21--- Xdmf/libsrc/utils/XdmfExodusReader.cxx.orig 2010-03-18 16:24:25.000000000 +0100
22+++ Xdmf/libsrc/utils/XdmfExodusReader.cxx 2013-09-13 17:25:22.130994452 +0200
23@@ -24,6 +24,7 @@
24 /*******************************************************************/
25
26 #include "XdmfExodusReader.h"
27+#include <algorithm>
28 #include <exodusII.h>
29
30 //
This page took 0.058603 seconds and 4 git commands to generate.