Skip to content

Commit bcb529e

Browse files
committed
Move the inclusion of optional header file in UserDefaults.h
1 parent c71246f commit bcb529e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/platform/Darwin/UserDefaults.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#pragma once
1818

19+
#include <optional>
20+
1921
namespace chip {
2022
namespace Platform {
2123

src/platform/Darwin/UserDefaults.mm

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include <lib/support/SafeInt.h>
2121
#include <lib/support/logging/CHIPLogging.h>
22-
#include <optional>
2322

2423
static NSString * const kUserDefaultDomain = @"org.csa-iot.matter.darwin";
2524
static NSString * const kSRPTimeoutInMsecsUserDefaultKey = @"SRPTimeoutInMSecsOverride";

0 commit comments

Comments
 (0)