summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-13 21:28:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-13 21:28:53 (GMT)
commit5389806ce86337bad48fe293b4faabd8c8c61b53 (patch)
tree0cb9dbd4c8abe67fdc7db50191ba9551bb69dd6b /src/hdf5.h
parent6fd7f81615780776b3e78860e9f386ac55994db9 (diff)
downloadhdf5-5389806ce86337bad48fe293b4faabd8c8c61b53.zip
hdf5-5389806ce86337bad48fe293b4faabd8c8c61b53.tar.gz
hdf5-5389806ce86337bad48fe293b4faabd8c8c61b53.tar.bz2
[svn-r757] Added code for object references.
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index be9b2b6..d7d5312 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -33,6 +33,7 @@
#include <H5MMpublic.h> /* Core memory management */
#include <H5Opublic.h> /* Object headers */
#include <H5Ppublic.h> /* Property lists */
+#include <H5Rpublic.h> /* References */
#include <H5RApublic.h> /* Ragged arrays */
#include <H5Spublic.h> /* Dataspaces */
#include <H5Tpublic.h> /* Datatypes */