Add missing plugin.h into extract_includes.bat script.

This commit is contained in:
liujisi@google.com 2011-04-29 02:00:57 +00:00
parent 23f42ceaf8
commit 5a3342823a

View file

@ -40,3 +40,4 @@ copy ..\src\google\protobuf\compiler\parser.h include\google\protobuf\compiler\p
copy ..\src\google\protobuf\compiler\cpp\cpp_generator.h include\google\protobuf\compiler\cpp\cpp_generator.h
copy ..\src\google\protobuf\compiler\java\java_generator.h include\google\protobuf\compiler\java\java_generator.h
copy ..\src\google\protobuf\compiler\python\python_generator.h include\google\protobuf\compiler\python\python_generator.h
copy ..\src\google\protobuf\compiler\plugin.h include\google\protobuf\compiler\plugin.h