diff --git a/src/compiler/python_plugin.cc b/src/compiler/python_plugin.cc index ed1e0494fbe8616df8265402904c24193a1a39d8..6a8c8f5d1307686f5adff0a58d86ac4092858a7b 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>