Skip to content

Commit 09c3e39

Browse files
authored
Merge pull request #64379 from mhjacobson/freebsd-fix-build-failure-include-cassert
basic: fix FreeBSD build failure around usage of `assert()`
2 parents 315e2f6 + 2e629e9 commit 09c3e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Basic/BasicBridging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
// Workaround to avoid a compiler error because `cas::ObjectRef` is not defined
1717
// when including VirtualFileSystem.h
18+
#include <cassert>
1819
#include "llvm/CAS/CASReference.h"
1920

2021
#include "swift/Basic/BridgedSwiftObject.h"

0 commit comments

Comments
 (0)