[ORC] Add missing headers.
authorLang Hames <lhames@gmail.com>
Mon, 11 Oct 2021 02:11:46 +0000 (19:11 -0700)
committerLang Hames <lhames@gmail.com>
Mon, 11 Oct 2021 02:11:46 +0000 (19:11 -0700)
These were accidentally left out of f3411616896.

llvm/include/llvm/ExecutionEngine/Orc/TaskDispatch.h

index 7bd81b8..c57264e 100644 (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