SWDEV-327563 - Windows: fix memory tests build failure (#2716)

[ROCm/hip commit: 5db6fc28c8]
This commit is contained in:
agunashe
2022-06-06 10:01:34 -07:00
committato da GitHub
parent 31b7a69f96
commit c4061124a3
@@ -27,6 +27,9 @@ hipMallocArray API test scenarios
#include <hip_test_common.hh>
#include <limits>
#if defined(_WIN32) || defined(_WIN64)
#include <numeric>
#endif
static constexpr auto NUM_W{4};
static constexpr auto BIGNUM_W{100};