Skip to content

Commit

Permalink
fix: missing include file
Browse files Browse the repository at this point in the history
build fails with some compilers ...

Signed-off-by: James Chapman <[email protected]>
  • Loading branch information
james-ctc committed Feb 18, 2024
1 parent a8494be commit 0c6e5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/evse_security/crypto/openssl/openssl_supplier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <everest/logging.hpp>

#include <chrono>
#include <cstring>

#include <openssl/bio.h>
#include <openssl/err.h>
Expand Down

0 comments on commit 0c6e5d0

Please sign in to comment.