diff options
Diffstat (limited to 'c++/test/th5s.cpp')
-rw-r--r-- | c++/test/th5s.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/c++/test/th5s.cpp b/c++/test/th5s.cpp index b5595b5..d8cdb0b 100644 --- a/c++/test/th5s.cpp +++ b/c++/test/th5s.cpp @@ -26,6 +26,15 @@ #else #include <iostream> #endif +#include <string> + +#ifndef H5_NO_NAMESPACE +#ifndef H5_NO_STD + using std::string; + using std::cerr; + using std::endl; +#endif // H5_NO_STD +#endif #include "testhdf5.h" // C test header file #include "H5Cpp.h" // C++ API header file |