From c16b7952f835748d03518dc8c732d1c5fbbf6a1d Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Thu, 26 Feb 2015 03:16:53 +0100 Subject: [PATCH] Fixing Windows build of the python protoc plugin. --- src/compiler/python_plugin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/python_plugin.cc b/src/compiler/python_plugin.cc index ed1e0494fb..6a8c8f5d13 100644 --- a/src/compiler/python_plugin.cc +++ b/src/compiler/python_plugin.cc @@ -36,6 +36,7 @@ #include <cstring> #include <memory> #include <string> +#include <tuple> #include "src/compiler/python_generator.h" #include <google/protobuf/compiler/code_generator.h> -- GitLab