Commit 2670aee
fix: add StringStl.h to Taps.h for explicit StringView→std::string interop
Taps::info_json() assigns plugin() and pluginInterface() (both StringView)
directly to JSON values. The conversion worked transitively on some
compilers, but the explicit include makes the dependency clear and avoids
fragile transitive reliance on CORRADE_BUILD_DEPRECATED pulling it in.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 328b63c commit 2670aee
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments