From 9efdf55814add154d3c2646652f527a51d4a21ea Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Tue, 13 Sep 2022 16:58:52 +0000 Subject: [PATCH] Add missing includes --- src/google/protobuf/wire_format_unittest.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/google/protobuf/wire_format_unittest.inc b/src/google/protobuf/wire_format_unittest.inc index 631a962cdfd4..dc657d09daf4 100644 --- a/src/google/protobuf/wire_format_unittest.inc +++ b/src/google/protobuf/wire_format_unittest.inc @@ -49,6 +49,7 @@ #include #include #include +#include // clang-format off #include