diff options
author | Owen Anderson <resistor@mac.com> | 2007-11-06 01:26:56 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-11-06 01:26:56 +0000 |
commit | 0d28238a1f642c2dbe4c16a730be31064619a7f4 (patch) | |
tree | 8d37b5b2424ad8c100b3c7fd3798466a67293919 /llvm/docs/tutorial | |
parent | 362709dff1aa0b6bfb940e928854d65786cefcc0 (diff) | |
download | bcm5719-llvm-0d28238a1f642c2dbe4c16a730be31064619a7f4.tar.gz bcm5719-llvm-0d28238a1f642c2dbe4c16a730be31064619a7f4.zip |
Add a missing #include.
llvm-svn: 43746
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/JITTutorial1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/JITTutorial1.html b/llvm/docs/tutorial/JITTutorial1.html index 14af4e98383..fb906cd6777 100644 --- a/llvm/docs/tutorial/JITTutorial1.html +++ b/llvm/docs/tutorial/JITTutorial1.html @@ -57,6 +57,7 @@ entry: #include <llvm/Module.h> #include <llvm/Function.h> #include <llvm/PassManager.h> +#include <llvm/CallingConv.h> #include <llvm/Analysis/Verifier.h> #include <llvm/Assembly/PrintModulePass.h> #include <llvm/Support/LLVMBuilder.h> |