diff options
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r-- | c++/src/H5Attribute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp index 74d246f..c71c035 100644 --- a/c++/src/H5Attribute.cpp +++ b/c++/src/H5Attribute.cpp @@ -20,6 +20,7 @@ #endif #include <string> +#include "H5private.h" // for HDfree #include "H5Include.h" #include "H5Exception.h" #include "H5IdComponent.h" @@ -34,7 +35,6 @@ #include "H5DataType.h" #include "H5DataSpace.h" #include "H5Attribute.h" -#include "H5private.h" // for HDfree namespace H5 { using std::cerr; |