diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2021-01-16 16:33:01 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2021-01-16 16:33:01 +0100 |
commit | 4be7ebaa36aff3b0b72ca01f0f3d05956a2ffd93 (patch) | |
tree | c626cacfb1c7b4036bf54273c56c5c8734b066af | |
parent | c56df049d6816630a92e11e57ee1e4267913f18e (diff) |
unique_ptr needs <memory>
-rw-r--r-- | receiver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/receiver.cpp b/receiver.cpp index 44ab3f7..b691395 100644 --- a/receiver.cpp +++ b/receiver.cpp | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <sys/stat.h> | 10 | #include <sys/stat.h> |
11 | #include <limits.h> | 11 | #include <limits.h> |
12 | #include <netinet/in.h> | 12 | #include <netinet/in.h> |
13 | #include <memory> | ||
13 | 14 | ||
14 | #include <mbedtls/pk.h> | 15 | #include <mbedtls/pk.h> |
15 | #include <mbedtls/entropy.h> | 16 | #include <mbedtls/entropy.h> |