[ORC] Add missing headers.

These were accidentally left out of f341161689.
This commit is contained in:
Lang Hames 2021-10-10 19:11:46 -07:00
parent 3df094d31e
commit 1b410e0777
1 changed files with 2 additions and 0 deletions

View File

@ -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