OSDN Git Service

Fix includes in initial_informations.h
authorJakub Pawlowski <jpawlowski@google.com>
Mon, 9 Dec 2019 13:58:30 +0000 (14:58 +0100)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 9 Dec 2019 14:00:05 +0000 (15:00 +0100)
Bug: 142341141
Change-Id: Ib650225d78420d8e910538d67158b168d1dcb33e

gd/security/initial_informations.h

index db560bd..4e5efa4 100644 (file)
@@ -19,6 +19,7 @@
 #pragma once
 
 #include <optional>
+#include <variant>
 
 #include "common/bidi_queue.h"
 #include "common/callback.h"
@@ -28,6 +29,7 @@
 #include "os/handler.h"
 #include "packet/base_packet_builder.h"
 #include "packet/packet_view.h"
+#include "security/ecdh_keys.h"
 #include "security/pairing_failure.h"
 #include "security/smp_packets.h"
 #include "security/ui.h"