diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5DataType.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5DataType.h b/c++/src/H5DataType.h index 7dd371b..d696455 100644 --- a/c++/src/H5DataType.h +++ b/c++/src/H5DataType.h @@ -15,6 +15,9 @@ #ifndef H5DataType_H #define H5DataType_H +/* Include package's developer header */ +#include "H5Tdevelop.h" + namespace H5 { /*! \class DataType |