Commit 5c40221
committed
fix: add missing standard library includes in xinterpreter.cpp
- Add <cstring> for std::strlen
- Add <sstream> for std::istringstream
- Add <string> for std::getline
Resolves include-cleaner warnings by explicitly including headers
for all used standard library symbols. This improves code maintainability
and prevents reliance on indirect includes.1 parent 71cd1ec commit 5c40221
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments