Skip to content

Commit

Permalink
Include header cstdint from UserDefaults.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Apr 19, 2024
1 parent 466241d commit 7caa86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/platform/Darwin/UserDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <cstdint>
#include <optional>

namespace chip {
Expand Down
5 changes: 2 additions & 3 deletions src/platform/Darwin/UserDefaults.mm
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
* limitations under the License.
*/

#import <Foundation/Foundation.h>

#include "UserDefaults.h"
#include <lib/support/SafeInt.h>
#include <lib/support/logging/CHIPLogging.h>

#include "UserDefaults.h"
#import <Foundation/Foundation.h>

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

0 comments on commit 7caa86d

Please sign in to comment.