forked from OSchip/llvm-project
[ORC] Add missing headers.
These were accidentally left out of f341161689
.
This commit is contained in:
parent
3df094d31e
commit
1b410e0777
|
@ -16,7 +16,9 @@
|
|||
#include "llvm/Config/llvm-config.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/ExtensibleRTTI.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
#if LLVM_ENABLE_THREADS
|
||||
|
|
Loading…
Reference in New Issue