diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-13 21:32:44 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-13 21:32:44 (GMT) |
commit | 7fcba33763465fdf956a6dbf2b666cf28d68b08c (patch) | |
tree | 75d27b62cf518f793e1727b1e160be0f385b87df /hl/src/hdf5_hl.h | |
parent | 999440cbf807cea1a15bae78b19d1bd660132b64 (diff) | |
download | hdf5-7fcba33763465fdf956a6dbf2b666cf28d68b08c.zip hdf5-7fcba33763465fdf956a6dbf2b666cf28d68b08c.tar.gz hdf5-7fcba33763465fdf956a6dbf2b666cf28d68b08c.tar.bz2 |
[svn-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL libraries
added hdf5.h to hdf5_hl.h
Diffstat (limited to 'hl/src/hdf5_hl.h')
-rw-r--r-- | hl/src/hdf5_hl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/hdf5_hl.h b/hl/src/hdf5_hl.h index e9e3bf1..6c363f1 100644 --- a/hl/src/hdf5_hl.h +++ b/hl/src/hdf5_hl.h @@ -21,7 +21,7 @@ #ifndef _HDF5_HL_H #define _HDF5_HL_H - +#include "hdf5.h" /* hdf5 main library */ #include "H5DOpublic.h" /* dataset optimization */ #include "H5DSpublic.h" /* dimension scales */ #include "H5LTpublic.h" /* lite */ |