Skip to content

Commit a8f9c83

Browse files
committed
Adding missing #include for Linux.
1 parent 093009b commit a8f9c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Remote/Failure.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "swift/Remote/RemoteAddress.h"
2222

2323
#include "llvm/Support/Compiler.h"
24+
#include <assert.h>
2425
#include <string>
2526
#include <cstring>
2627
#include <type_traits>

0 commit comments

Comments
 (0)