[X86] Apply AddedComplexity consistently for similar patterns. This keeps them togeth...
[oota-llvm.git] / examples / HowToUseJIT / HowToUseJIT.cpp
index 95522409a8dbdaf8a314e025208e43175046075e..91ea17dd22bf8cc8c77af450df86e02ec7fe8ae0 100644 (file)
@@ -34,6 +34,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/ExecutionEngine/Interpreter.h"
 #include "llvm/IR/Constants.h"