diff options
-rw-r--r-- | c++/test/dsets.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 38357b7..b80a500 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -18,9 +18,10 @@ * *************************************************************/ +#include <iostream> +#include "H5Cpp.h" #include "h5test.h" #include "testhdf5.h" -#include "H5Cpp.h" #ifndef H5_NO_NAMESPACE using namespace H5; |