summaryrefslogtreecommitdiffstats
path: root/hl/c++/src
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/src')
-rw-r--r--hl/c++/src/H5PacketTable.cpp3
-rw-r--r--hl/c++/src/H5PacketTable.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/hl/c++/src/H5PacketTable.cpp b/hl/c++/src/H5PacketTable.cpp
index 0cfdb59..fabe490 100644
--- a/hl/c++/src/H5PacketTable.cpp
+++ b/hl/c++/src/H5PacketTable.cpp
@@ -20,6 +20,9 @@
* February 2004
*/
+/* High-level library internal header file */
+#include "H5HLprivate2.h"
+
#include "H5PacketTable.h"
/********************************/
diff --git a/hl/c++/src/H5PacketTable.h b/hl/c++/src/H5PacketTable.h
index bd3d166..3ce24c4 100644
--- a/hl/c++/src/H5PacketTable.h
+++ b/hl/c++/src/H5PacketTable.h
@@ -23,8 +23,8 @@
#ifndef H5PTWRAP_H
#define H5PTWRAP_H
-/* High-level library internal header file */
-#include "H5HLprivate2.h"
+/* Public HDF5 header */
+#include "hdf5.h"
#include "H5PTpublic.h"
#include "H5api_adpt.h"