From b9f1b67d0776e91d7c6156b5136a65379a5e416a Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 15 Oct 2020 11:57:57 -0700 Subject: [PATCH] Use quoted include. --- upbc/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upbc/main.cc b/upbc/main.cc index a9682a9c1a..3a38937797 100644 --- a/upbc/main.cc +++ b/upbc/main.cc @@ -1,5 +1,5 @@ -#include +#include "google/protobuf/compiler/plugin.h" #include "upbc/generator.h"