diff --git a/tests/tests.cc b/tests/tests.cc index e06e1b3..cf34be7 100644 --- a/tests/tests.cc +++ b/tests/tests.cc @@ -15,6 +15,10 @@ // // SPDX-License-Identifier: Apache-2.0 +#ifdef _WIN32 +#include // To Test https://github.com/minio/minio-cpp/issues/134 +#endif + #include #include #include