From 15d74ba939fe926e6408af5d4bfaf2a91ea78fa5 Mon Sep 17 00:00:00 2001 From: Alessio Quaglino Date: Wed, 16 Aug 2023 10:29:12 -0700 Subject: [PATCH] Add missing include to sdf.cc. PiperOrigin-RevId: 557529739 Change-Id: Iff85d95b35977f7c329baf9a938f4580efd4b606 --- plugin/sdf/sdf.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/sdf/sdf.cc b/plugin/sdf/sdf.cc index 87375ba3..2f3d565c 100644 --- a/plugin/sdf/sdf.cc +++ b/plugin/sdf/sdf.cc @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include #include