Skip to content

Commit 7f41010

Browse files
authored
Merge pull request #60226 from 3405691582/AssertHeaderBootstrapping
Include assert.h manually in SourceLoc.h.
2 parents 0464fd3 + c5e9e20 commit 7f41010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Basic/SourceLoc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "llvm/ADT/Hashing.h"
2424
#include "llvm/ADT/StringRef.h"
2525
#include "llvm/Support/SMLoc.h"
26+
#include <assert.h>
2627
#include <functional>
2728

2829
namespace swift {

0 commit comments

Comments
 (0)