diff options
-rw-r--r-- | tools/bugpoint/bugpoint.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index f30243dcc4..21a4623181 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -22,6 +22,7 @@ #include "llvm/Support/PluginLoader.h" #include "llvm/System/Process.h" #include "llvm/System/Signals.h" +#include "llvm/LinkAllVMCore.h" using namespace llvm; // AsChild - Specifies that this invocation of bugpoint is being generated |