Skip to content

Commit

Permalink
add missing header (KhronosGroup#1966)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rjodinchr authored May 21, 2024
1 parent cdf8d5e commit fe76832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_common/harness/integer_ops_test_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include "conversions.h"
#include "testHarness.h"

#include <vector>

// TODO: expand usage to other tests.

template <typename T> struct TestInfo
Expand Down

0 comments on commit fe76832

Please sign in to comment.