diff --git a/projects/hip/tests/catch/unit/memory/hipMallocArray.cc b/projects/hip/tests/catch/unit/memory/hipMallocArray.cc index 39f8a0a99a..22e1ce9864 100644 --- a/projects/hip/tests/catch/unit/memory/hipMallocArray.cc +++ b/projects/hip/tests/catch/unit/memory/hipMallocArray.cc @@ -27,6 +27,9 @@ hipMallocArray API test scenarios #include #include +#if defined(_WIN32) || defined(_WIN64) +#include +#endif static constexpr auto NUM_W{4}; static constexpr auto BIGNUM_W{100};