From f60f3b6870a62a964a5a4e325d6eee1c6d4f126f Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Sat, 2 May 2020 10:41:06 -0500 Subject: Add missing headers --- src/hdf5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hdf5.h b/src/hdf5.h index 36be62e..6b7b1f2 100644 --- a/src/hdf5.h +++ b/src/hdf5.h @@ -41,9 +41,11 @@ /* Predefined file drivers */ #include "H5FDcore.h" /* Files stored entirely in memory */ #include "H5FDfamily.h" /* File families */ +#include "H5FDhdfs.h" /* Hadoop HDFS */ #include "H5FDlog.h" /* sec2 driver with I/O logging (for debugging) */ #include "H5FDmpi.h" /* MPI-based file drivers */ #include "H5FDmulti.h" /* Usage-partitioned file family */ +#include "H5FDros3.h" /* R/O S3 "file" I/O */ #include "H5FDsec2.h" /* POSIX unbuffered file I/O */ #include "H5FDstdio.h" /* Standard C buffered I/O */ #ifdef H5_HAVE_WINDOWS -- cgit v0.12