Fix for windows dtest build failure (#1742)

Этот коммит содержится в:
Sarbojit2019
2019-12-20 02:40:43 +05:30
коммит произвёл Rahul Garg
родитель 99a3b66110
Коммит e2fc00da65
+2 -2
Просмотреть файл
@@ -34,12 +34,12 @@ THE SOFTWARE.
#include "hip/hcc_detail/host_defines.h"
#if !defined(_MSC_VER)
#if !defined(_MSC_VER)|| __clang__
#if __has_attribute(ext_vector_type)
#define __NATIVE_VECTOR__(n, ...) __attribute__((ext_vector_type(n)))
#else
#define __NATIVE_VECTOR__(n, ...) [n]
#endif
#endif
#if defined(__cplusplus)
#include <array>