summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.cpp
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-07 13:03:15 (GMT)
committerGitHub <noreply@github.com>2022-04-07 13:03:15 (GMT)
commitfe6b2b8e5554f202f7636b1a7c37482e0adf2587 (patch)
tree7e30b4d651da77b87b53f870cbf9eb23c3de1207 /c++/src/H5Location.cpp
parentead0f95877b6c283bd8ed854e56264a0df3e4fbb (diff)
downloadhdf5-fe6b2b8e5554f202f7636b1a7c37482e0adf2587.zip
hdf5-fe6b2b8e5554f202f7636b1a7c37482e0adf2587.tar.gz
hdf5-fe6b2b8e5554f202f7636b1a7c37482e0adf2587.tar.bz2
Minor C++ changes noticed while normalizing with 1.12 (#1606)
Diffstat (limited to 'c++/src/H5Location.cpp')
-rw-r--r--c++/src/H5Location.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp
index 13a89aa..915f2a9 100644
--- a/c++/src/H5Location.cpp
+++ b/c++/src/H5Location.cpp
@@ -11,8 +11,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#include <string>
#include <iostream>
+#include <string>
using namespace std;
#include "H5Include.h"