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)