summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.cpp
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-10-07 01:40:44 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-10-07 01:40:44 (GMT)
commitaa9227c3ba72f25ae72e9a04ca93b653576dac26 (patch)
tree7e15f0f1de0f780ffa340ee25eae73ad251f8942 /c++/src/H5File.cpp
parent5f024ec1576bff1a53ea5b362526a5c3c8bb3ff8 (diff)
downloadhdf5-aa9227c3ba72f25ae72e9a04ca93b653576dac26.zip
hdf5-aa9227c3ba72f25ae72e9a04ca93b653576dac26.tar.gz
hdf5-aa9227c3ba72f25ae72e9a04ca93b653576dac26.tar.bz2
[svn-r27979] Merge of r27961, 27962, and 27966 from trunk.
C++ changes to address HDFFV-9169 and HDFFV-9167. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 (serial only)
Diffstat (limited to 'c++/src/H5File.cpp')
-rw-r--r--c++/src/H5File.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp
index 84e7827..44fc53c 100644
--- a/c++/src/H5File.cpp
+++ b/c++/src/H5File.cpp
@@ -27,6 +27,7 @@
#include "H5Object.h"
#include "H5FaccProp.h"
#include "H5FcreatProp.h"
+#include "H5OcreatProp.h"
#include "H5DxferProp.h"
#include "H5DcreatProp.h"
#include "H5CommonFG.h"