summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.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/H5Attribute.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/H5Attribute.cpp')
-rw-r--r--c++/src/H5Attribute.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp
index 520a4f6..a0aa33f 100644
--- a/c++/src/H5Attribute.cpp
+++ b/c++/src/H5Attribute.cpp
@@ -11,6 +11,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+#include <cstdlib>
#include <iostream>
#include <string>