From 0601c6f7658c80af50d6f6a2ac947682d75bcd50 Mon Sep 17 00:00:00 2001 From: James Price Date: Tue, 31 Aug 2021 14:45:24 -0400 Subject: [PATCH] Add missing include for gRandomSeed (#1307) --- test_common/harness/integer_ops_test_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test_common/harness/integer_ops_test_info.h b/test_common/harness/integer_ops_test_info.h index c25843dd..ad7b303b 100644 --- a/test_common/harness/integer_ops_test_info.h +++ b/test_common/harness/integer_ops_test_info.h @@ -18,6 +18,7 @@ #define INTEGER_OPS_TEST_INFO_H #include "conversions.h" +#include "testHarness.h" // TODO: expand usage to other tests.