blob: f7a55898eedc03fcf45063468ce1c19c94b49b4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur hdf5-1.6.6/c++/src/H5PropList.cpp hdf5-1.6.6.new/c++/src/H5PropList.cpp
--- hdf5-1.6.6/c++/src/H5PropList.cpp 2007-08-16 12:12:26.000000000 -0400
+++ hdf5-1.6.6.new/c++/src/H5PropList.cpp 2008-06-22 06:32:28.000000000 -0400
@@ -18,6 +18,7 @@
#else
#include <iostream>
#endif
+#include <stdlib.h>
#include <string>
#include "H5Include.h"
|