diff options
Diffstat (limited to 'c++/src/H5Exception.cpp')
-rw-r--r-- | c++/src/H5Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp index 86b399f..045be68 100644 --- a/c++/src/H5Exception.cpp +++ b/c++/src/H5Exception.cpp @@ -5,11 +5,11 @@ #endif #include "H5Include.h" -#include <string> #include "H5Exception.h" #ifndef H5_NO_NAMESPACE namespace H5 { + using namespace std; #endif // Default constructor |