diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-07 09:22:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-07 09:22:46 +0000 |
commit | 78f7ece00e2ddfb64d4ed72a7be770b5b9b805e3 (patch) | |
tree | 44f2a5939a5f69f79c64ebcde5f2c0d299e6d0b3 /lib/CodeGen/CodeGenModule.cpp | |
parent | dc767a1f560ae936a08eeead8164be6f82b6b0f7 (diff) |
add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index 5b372faef7..6b33f45f38 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -30,6 +30,7 @@ #include "llvm/Module.h" #include "llvm/Intrinsics.h" #include "llvm/Target/TargetData.h" +#include "llvm/Support/ErrorHandling.h" using namespace clang; using namespace CodeGen; |