Skip to content

Commit

Permalink
Move the inclusion of optional header file in UserDefaults.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Apr 19, 2024
1 parent c71246f commit bcb529e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/platform/Darwin/UserDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#pragma once

#include <optional>

namespace chip {
namespace Platform {

Expand Down
1 change: 0 additions & 1 deletion src/platform/Darwin/UserDefaults.mm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

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

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

0 comments on commit bcb529e

Please sign in to comment.