lua-protobuf icon indicating copy to clipboard operation
lua-protobuf copied to clipboard

Header Files Not Included for Imported Files

Open indygreg opened this issue 13 years ago • 0 comments

Currently, the generated files don't include other generated files when a .proto file imports another file. This causes compilation errors due to missing symbols.

The file generation should be changed such that the corresponding .pb-lua.h files are #include'd when a file is imported in the protocol buffer descriptor file.

indygreg avatar Aug 07 '11 00:08 indygreg