diff options
Diffstat (limited to 'c++/src/H5Cpp.h')
-rw-r--r-- | c++/src/H5Cpp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/c++/src/H5Cpp.h b/c++/src/H5Cpp.h index f3ef33c..e9f8585 100644 --- a/c++/src/H5Cpp.h +++ b/c++/src/H5Cpp.h @@ -24,8 +24,9 @@ #include "H5Object.h" #include "H5AbstractDs.h" #include "H5Attribute.h" -#include "H5DataType.h" #include "H5DcreatProp.h" +#include "H5CommonFG.h" +#include "H5DataType.h" #include "H5DxferProp.h" #include "H5FaccProp.h" #include "H5FcreatProp.h" @@ -36,8 +37,9 @@ #include "H5FloatType.h" #include "H5StrType.h" #include "H5CompType.h" +#include "H5ArrayType.h" +#include "H5VarLenType.h" #include "H5DataSet.h" -#include "H5CommonFG.h" #include "H5Group.h" #include "H5File.h" #include "H5Library.h" |