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:
Ben Langmuir
2022-02-24 13:47:04 -08:00
parent 5473cec9a2
commit 5a5dd13ca1
6 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "swift/Remote/RemoteAddress.h"
#include "swift/SwiftRemoteMirror/MemoryReaderInterface.h"
#include "llvm/ADT/Optional.h"
#include <cstring>
#include <functional>