Skip to content

Commit ba0d26c

Browse files
authored
[c++23] Add explicit STL includes (#1346)
LLVM's STL in Xcode 16.3 has removed a number of implicit internal header includes, meaning we need to be explicit about what STL headers we include for features like std::atomic. Add the necessary includes.
1 parent 4132adc commit ba0d26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/obj-c/ODWLogger_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// SPDX-License-Identifier: Apache-2.0
44
//
55
#include "objc_begin.h"
6+
#include <atomic>
67
#include "ILogger.hpp"
78
#import "ODWLogger.h"
89
#import "ODWEventProperties.h"

0 commit comments

Comments
 (0)