summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-13 22:40:32 +0000
committerOwen Anderson <resistor@mac.com>2009-07-13 22:40:32 +0000
commitdb1cd5eba551bdd3d7767207891b578f61f8b39d (patch)
treec91f49c91e200544c864f78525658462eadd11a8 /tools
parentff79ef4c60c983c914d8911d9df12c44c1d3f91a (diff)
downloadllvm-db1cd5eba551bdd3d7767207891b578f61f8b39d.tar.gz
llvm-db1cd5eba551bdd3d7767207891b578f61f8b39d.tar.bz2
llvm-db1cd5eba551bdd3d7767207891b578f61f8b39d.tar.xz
Fix the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/bugpoint/ExtractFunction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp
index 4498f98fe2..6d94f7aec4 100644
--- a/tools/bugpoint/ExtractFunction.cpp
+++ b/tools/bugpoint/ExtractFunction.cpp
@@ -15,6 +15,7 @@
#include "BugDriver.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
+#include "llvm/LLVMContext.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Pass.h"