summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index c46c694..3735585 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -42,6 +42,10 @@
#include "H5Spublic.h" /* Dataspaces */
#include "H5Tpublic.h" /* Datatypes */
#include "H5TRpublic.h" /* Transcations */
+#include "H5Vpublic.h" /* Views */
+#ifdef H5_HAVE_INDEXING
+#include "H5Xpublic.h" /* Index plugins */
+#endif
#include "H5Zpublic.h" /* Data filters */
#include "H5VLpublic.h" /* VOL plugins */