raulcd opened a new pull request, #50301: URL: https://github.com/apache/arrow/pull/50301
### Rationale for this change The meson job is currently failing due to not finding header for include on flatbuffers generated file. This works on CMake because we have: `include_directories(src/generated)` and didn't failed previously on Meson because we used the full `generated/xxx.h` file. ### What changes are included in this PR? Add path to include so meson can also find the header without requiring to also include generated directory. ### Are these changes tested? Via CI ### Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
