summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Library.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/H5Library.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/H5Library.cpp')
-rw-r--r--c++/src/H5Library.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Library.cpp b/c++/src/H5Library.cpp
index 37516be..19c7ee7 100644
--- a/c++/src/H5Library.cpp
+++ b/c++/src/H5Library.cpp
@@ -11,8 +11,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-#include <string>
#include <cstdlib>
+#include <string>
#include "H5CppDoc.h" // included only for Doxygen to generate part of RM
#include "H5Include.h"