From 8c62c5724cd469c86de50b8c93353c0f1ce16e16 Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Fri, 17 May 2024 14:02:30 -0400 Subject: [PATCH] Not sure why this is suddenly a failure --- examples/hello/hdf5SubFile/hdf5SubFile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/hello/hdf5SubFile/hdf5SubFile.cpp b/examples/hello/hdf5SubFile/hdf5SubFile.cpp index a018267b1a..ff39d1c59a 100644 --- a/examples/hello/hdf5SubFile/hdf5SubFile.cpp +++ b/examples/hello/hdf5SubFile/hdf5SubFile.cpp @@ -14,7 +14,9 @@ #include //std::cout #include #include //std::invalid_argument std::exception +#ifndef _MSC_VER #include +#endif #include void writeMe(adios2::IO &hdf5IO, int rank, int size, const char *testFileName)