Commit 2072294
committed
fix: add missing direct includes in file_writer.h
file_writer.h uses std::string, std::unordered_map, and std::vector
directly but relies on transitive includes for them. Add the missing
direct includes to follow the include-what-you-use principle.1 parent cd93b99 commit 2072294
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments