diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-02 01:04:34 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-02 01:04:34 +0000 |
commit | a757af993fd437d208a932be6c5a7192126cfebb (patch) | |
tree | 8ea544d14bfbe61ff898e93ba099f46c59f1010d /examples/HowToUseJIT | |
parent | a2d7ca44952f29168cb01fe98cbfcb36b3069cd3 (diff) | |
download | llvm-a757af993fd437d208a932be6c5a7192126cfebb.tar.gz |
llvm/examples: Add missing include according to r230907.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/HowToUseJIT')
-rw-r--r-- | examples/HowToUseJIT/HowToUseJIT.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index 95522409a8db..91ea17dd22bf 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/examples/HowToUseJIT/HowToUseJIT.cpp @@ -34,6 +34,7 @@ // //===----------------------------------------------------------------------===// +#include "llvm/ADT/STLExtras.h" #include "llvm/ExecutionEngine/GenericValue.h" #include "llvm/ExecutionEngine/Interpreter.h" #include "llvm/IR/Constants.h" |