aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-26 03:16:53 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-26 03:16:53 +0100
commitc16b7952f835748d03518dc8c732d1c5fbbf6a1d (patch)
tree7d106e0264f7fece01967113b60b756ed2025fd9 /src/compiler
parent18f42e4b7c5cafca5cb7b1610015349c9e6d0949 (diff)
Fixing Windows build of the python protoc plugin.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/python_plugin.cc1
1 files changed, 1 insertions, 0 deletions
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>