Skip to content

Commit

Permalink
peer.h: add missing <memory> include
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 28, 2024
1 parent 5912523 commit 345bc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/peer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cstdint>
#include <pb.h>
#include <mutex>
#include <memory>

#include "mbedtls/ctr_drbg.h"
#include "mbedtls/ecdh.h"
Expand Down

0 comments on commit 345bc00

Please sign in to comment.