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