mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Include what you use: Optional and Hashing
Add a few includes of Optional.h and Hashing.h. These files are failing ot build in the "next" branch due to changes in llvm's own includes, but it's general goodness to include them on main as well.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "swift/Remote/RemoteAddress.h"
|
||||
#include "swift/SwiftRemoteMirror/MemoryReaderInterface.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user