From a7c9e47969e197682c2134f5d8e55479034f5b5e Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Wed, 22 Mar 2023 13:07:39 -0700 Subject: [PATCH] [Unity] Add missing #include The file tests/cpp/nested_msg_test.cc may fail to compile if is not included explicitly. --- tests/cpp/nested_msg_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cpp/nested_msg_test.cc b/tests/cpp/nested_msg_test.cc index 48af552007fd..9ddae05e59e3 100644 --- a/tests/cpp/nested_msg_test.cc +++ b/tests/cpp/nested_msg_test.cc @@ -25,6 +25,7 @@ #include #include +#include #include #include #include