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

This commit is contained in:
agunashe
2022-06-06 10:01:34 -07:00
committed by GitHub
parent 32ee48cf89
commit 5db6fc28c8
@@ -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};