Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09d7126c authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix includes in initial_informations.h

am: 862e4269

Change-Id: I2569721e4e71063a3d3a9b588bfa926baead52d8
parents 22d5e2bd 862e4269
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"