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