Skip to content

Commit d132b85

Browse files
committed
[lldb] Include <atomic> in LLDBAssert
1 parent 83a6a0a commit d132b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/source/Utility/LLDBAssert.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include <os/log.h>
1717
#endif
1818

19+
#include <atomic>
20+
1921
namespace lldb_private {
2022

2123
static void DefaultAssertCallback(llvm::StringRef message,

0 commit comments

Comments
 (0)