From da5d40ec9e044a81d4fecfeb432d1415760805d2 Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Mon, 19 Apr 2021 11:42:59 +0300 Subject: [PATCH] Fix python include path --- python/google/protobuf/internal/python_protobuf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/google/protobuf/internal/python_protobuf.cc b/python/google/protobuf/internal/python_protobuf.cc index e823bf228ca2..22a03a22e1e7 100644 --- a/python/google/protobuf/internal/python_protobuf.cc +++ b/python/google/protobuf/internal/python_protobuf.cc @@ -30,7 +30,7 @@ // Author: qrczak@google.com (Marcin Kowalczyk) -#include +#include namespace google { namespace protobuf {