We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71246f commit bcb529eCopy full SHA for bcb529e
src/platform/Darwin/UserDefaults.h
@@ -16,6 +16,8 @@
16
17
#pragma once
18
19
+#include <optional>
20
+
21
namespace chip {
22
namespace Platform {
23
src/platform/Darwin/UserDefaults.mm
@@ -19,7 +19,6 @@
#include <lib/support/SafeInt.h>
#include <lib/support/logging/CHIPLogging.h>
-#include <optional>
24
static NSString * const kUserDefaultDomain = @"org.csa-iot.matter.darwin";
25
static NSString * const kSRPTimeoutInMsecsUserDefaultKey = @"SRPTimeoutInMSecsOverride";
0 commit comments