Skip to content

Commit 2670aee

Browse files
leoparenteclaude
andcommitted
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

File tree

src/Taps.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "AbstractModule.h"
99
#include "Configurable.h"
1010
#include "InputModulePlugin.h"
11+
#include <Corrade/Containers/StringStl.h>
1112
#include <yaml-cpp/yaml.h>
1213

1314
namespace visor {

0 commit comments

Comments
 (0)