Commit ff7f5b8
authored
fix: add missing direct include of <vector> in file_writer.h (#584)
## Summary
- `file_writer.h` uses `std::vector<int64_t>` as the return type of
`Writer::split_offsets()` but does not directly include `<vector>`,
relying on a transitive include
- Add the missing `<vector>` include to follow the include-what-you-use
principle
Co-authored-by: shangxinli <shangxinli@users.noreply.github.com>1 parent cd93b99 commit ff7f5b8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments