From fe76832ec841238a51771261bcb5e32720436c89 Mon Sep 17 00:00:00 2001 From: Romaric Jodin <89833130+rjodinchr@users.noreply.github.com> Date: Tue, 21 May 2024 22:00:13 +0200 Subject: [PATCH] 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. --- test_common/harness/integer_ops_test_info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_common/harness/integer_ops_test_info.h b/test_common/harness/integer_ops_test_info.h index ad7b303b..b4403b32 100644 --- a/test_common/harness/integer_ops_test_info.h +++ b/test_common/harness/integer_ops_test_info.h @@ -20,6 +20,8 @@ #include "conversions.h" #include "testHarness.h" +#include + // TODO: expand usage to other tests. template struct TestInfo