summaryrefslogtreecommitdiffstats
path: root/c++/test/th5s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/test/th5s.cpp')
-rw-r--r--c++/test/th5s.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/c++/test/th5s.cpp b/c++/test/th5s.cpp
index 7d4bc3f..443b310 100644
--- a/c++/test/th5s.cpp
+++ b/c++/test/th5s.cpp
@@ -21,7 +21,12 @@
***************************************************************************/
+#ifdef OLD_HEADER_FILENAME
+#include <iostream.h>
+#else
#include <iostream>
+#endif
+
#include "H5Cpp.h"
#include "testhdf5.h"