Skip to content

Commit 7caa86d

Browse files
committed
Include header cstdint from UserDefaults.h
1 parent 466241d commit 7caa86d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/platform/Darwin/UserDefaults.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#pragma once
1818

19+
#include <cstdint>
1920
#include <optional>
2021

2122
namespace chip {

src/platform/Darwin/UserDefaults.mm

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
* limitations under the License.
1616
*/
1717

18-
#import <Foundation/Foundation.h>
19-
18+
#include "UserDefaults.h"
2019
#include <lib/support/SafeInt.h>
2120
#include <lib/support/logging/CHIPLogging.h>
2221

23-
#include "UserDefaults.h"
22+
#import <Foundation/Foundation.h>
2423

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

0 commit comments

Comments
 (0)