lua-protobuf
lua-protobuf copied to clipboard
Header Files Not Included for Imported Files
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.