mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
add missing header (#1966)
test_common/harness/integer_ops_test_info.h is using std::vector but is not including the header. This is breaking on Google internal CI.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include "conversions.h"
|
||||
#include "testHarness.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
// TODO: expand usage to other tests.
|
||||
|
||||
template <typename T> struct TestInfo
|
||||
|
||||
Reference in New Issue
Block a user