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:
Romaric Jodin
2024-05-21 22:00:13 +02:00
committed by GitHub
parent cdf8d5e35e
commit fe76832ec8

View File

@@ -20,6 +20,8 @@
#include "conversions.h"
#include "testHarness.h"
#include <vector>
// TODO: expand usage to other tests.
template <typename T> struct TestInfo