Skip to content

Commit

Permalink
fix: implicit declaration of sstream; C++ build workflow will fail wi…
Browse files Browse the repository at this point in the history
…thout this
  • Loading branch information
tangowithfoxtrot committed Sep 18, 2024
1 parent 3a7cd09 commit 2fa9c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages/cpp/src/Secrets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <nlohmann/json.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/optional.hpp>
#include <sstream>

Secrets::Secrets(CommandRunner* commandRunner) : commandRunner(commandRunner) {}

Expand Down

0 comments on commit 2fa9c8d

Please sign in to comment.