Merge pull request #829 from nicolasnoble/win32-fix

Fixing Windows build of the python protoc plugin.
This commit is contained in:
Craig Tiller 2015-03-04 20:02:36 -08:00
commit f94de429aa
1 changed files with 1 additions and 0 deletions

View File

@ -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>