Skip to content

Commit

Permalink
Add some missing explicit includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Sep 3, 2023
1 parent 88d6366 commit 4a8aaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/SetUpCodePairer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <lib/dnssd/Resolver.h>
#include <lib/support/CodeUtils.h>
#include <system/SystemClock.h>
#include <transport/raw/PeerAddress.h>

constexpr uint32_t kDeviceDiscoveredTimeout = CHIP_CONFIG_SETUP_CODE_PAIRER_DISCOVERY_TIMEOUT_SECS * chip::kMillisecondsPerSecond;

Expand Down
1 change: 1 addition & 0 deletions src/platform/Darwin/BleScannerDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#pragma once

#include <ble/BleConfig.h>
#include <ble/CHIPBleServiceData.h>
#include <lib/support/DLLUtil.h>

Expand Down

0 comments on commit 4a8aaba

Please sign in to comment.