Skip to content

Commit 0f3aacd

Browse files
authored
Merge pull request #31764 from apple/cherry-pick-fix-assert
[5.1 Compatibility library] Add missing #include
2 parents 6468fbd + c949a24 commit 0f3aacd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/toolchain/Compatibility51/Concurrent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <iterator>
2121
#include <algorithm>
2222
#include <atomic>
23+
#include <cassert>
2324
#include <functional>
2425
#include <pthread.h>
2526
#include <stdint.h>

0 commit comments

Comments
 (0)