summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/analyze/analyze.cpp1
-rw-r--r--tools/bugpoint/bugpoint.cpp1
-rw-r--r--tools/llvm-db/llvm-db.cpp1
-rw-r--r--tools/opt/opt.cpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp
index 04dbb85a59..f24f75d7c0 100644
--- a/tools/analyze/analyze.cpp
+++ b/tools/analyze/analyze.cpp
@@ -24,6 +24,7 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
#include "Support/Timer.h"
#include <algorithm>
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 6dc08556ce..9bf3a004be 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -18,6 +18,7 @@
#include "llvm/Support/ToolRunner.h"
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
#include "Config/unistd.h"
#include <sys/resource.h>
using namespace llvm;
diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp
index 53221e8a2b..cceac920d5 100644
--- a/tools/llvm-db/llvm-db.cpp
+++ b/tools/llvm-db/llvm-db.cpp
@@ -14,6 +14,7 @@
#include "CLIDebugger.h"
#include "Support/CommandLine.h"
+#include "Support/PluginLoader.h"
#include "llvm/System/Signals.h"
#include <iostream>
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index f907adfc01..612b65fd56 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -22,6 +22,7 @@
#include "llvm/Target/TargetMachineImpls.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
#include "Support/SystemUtils.h"
#include <fstream>
#include <memory>