Skip to content

Commit

Permalink
security: include <future> beacuse of std::async in v2::DeferredSignS…
Browse files Browse the repository at this point in the history
…ervice::sign()
  • Loading branch information
khevessy authored Dec 14, 2024
1 parent c3c28e6 commit 1f3a49d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vanetza/security/v2/sign_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <vanetza/security/v2/sign_header_policy.hpp>
#include <vanetza/security/v2/sign_service.hpp>
#include <vanetza/security/v2/signature.hpp>
#include <future>

namespace vanetza
{
Expand Down

0 comments on commit 1f3a49d

Please # to comment.