Skip to content

Commit b3ca60b

Browse files
committed
Include array header when using std::array
1 parent ad43e28 commit b3ca60b

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

test/conformance/enqueue/urEnqueueKernelLaunch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See LICENSE.TXT
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6+
#include <array>
67
#include <uur/fixtures.h>
78

89
struct urEnqueueKernelLaunchTest : uur::urKernelExecutionTest {

test/conformance/exp_command_buffer/buffer_saxpy_kernel_update.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
#include "fixtures.h"
7+
#include <array>
78

89
// Test that updating a command-buffer with a single kernel command
910
// taking buffer & scalar arguments works correctly.

test/conformance/exp_command_buffer/commands.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
#include "fixtures.h"
7+
#include <array>
78

89
struct urCommandBufferCommandsTest
910
: uur::command_buffer::urCommandBufferExpTest {

test/conformance/exp_command_buffer/ndrange_update.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
#include "fixtures.h"
7+
#include <array>
78
#include <cstring>
89

910
// Test that updating a command-buffer with a single kernel command

test/conformance/exp_command_buffer/usm_fill_kernel_update.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
#include "fixtures.h"
7+
#include <array>
78
#include <cstring>
89

910
// Test that updating a command-buffer with a single kernel command

test/conformance/exp_command_buffer/usm_saxpy_kernel_update.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
#include "fixtures.h"
7+
#include <array>
78
#include <cstring>
89

910
// Test that updating a command-buffer with a single kernel command

test/conformance/kernel/urKernelGetGroupInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See LICENSE.TXT
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6+
#include <array>
67
#include <uur/fixtures.h>
78

89
using urKernelGetGroupInfoTest =

0 commit comments

Comments
 (0)