aboutsummaryrefslogtreecommitdiff
path: root/pairing_auth/pairing_auth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pairing_auth/pairing_auth.cpp')
-rw-r--r--pairing_auth/pairing_auth.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/pairing_auth/pairing_auth.cpp b/pairing_auth/pairing_auth.cpp
index 0ac04e69..0cf43a3b 100644
--- a/pairing_auth/pairing_auth.cpp
+++ b/pairing_auth/pairing_auth.cpp
@@ -27,6 +27,8 @@
#include "adb/pairing/aes_128_gcm.h"
+#include <string.h>
+
using namespace adb::pairing;
static constexpr spake2_role_t kClientRole = spake2_role_alice;