commit | 502dda001a9b106b5618bcb6b3136c541865c2b8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Nov 05 06:20:27 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Nov 05 06:20:27 2003 +0000 |
tree | 73fe2d4a5211adf1f299d6455135285eb08271e4 | |
parent | 646f8d7457e2f8e459b17df1b3750579e0352a47 [diff] [blame] |
Be friendly to gcc 3.4... good compiler. Nice compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9726 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 851267d..93f2648 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -14,7 +14,7 @@ #ifndef LLI_INTERPRETER_H #define LLI_INTERPRETER_H -#include "llvm/BasicBlock.h" +#include "llvm/Function.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/GenericValue.h" #include "llvm/Support/InstVisitor.h"