Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8, 0.9
-
When trying to compile the attached files the generated code does not compile.
-
Patch Available
Description
The generated code of the header looks like
second_types.h
... /* other thrift includes */ #include "firstTest_types.h" ...
But should look like:
second_types.h
... /* other thrift includes */ #include "first_test_types.h" ...