Commit d48e5c8
committed
fix: add missing direct include of <vector> in file_writer.h
file_writer.h uses std::vector directly (split_offsets return type)
but relies on a transitive include for it. Add the missing <vector>
include to follow the include-what-you-use principle.1 parent cd93b99 commit d48e5c8
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