Add missing includes. make_unique proliferated everywhere.
[oota-llvm.git] / lib / ExecutionEngine / Orc / IndirectionUtils.cpp
index 61c947fc4a1d35fe0670e457b26b0a961394e673..8cf490f34cb3a46bf63d421b7db1a8e5baa74c76 100644 (file)
@@ -7,6 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/Triple.h"
 #include "llvm/ExecutionEngine/Orc/CloneSubModule.h"
 #include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"