aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/llvmc.cpp')
-rw-r--r--tools/llvmc2/llvmc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/llvmc.cpp b/tools/llvmc2/llvmc.cpp
index 08a5989..bd5ea2b 100644
--- a/tools/llvmc2/llvmc.cpp
+++ b/tools/llvmc2/llvmc.cpp
@@ -16,10 +16,11 @@
#include "CompilationGraph.h"
#include "Error.h"
-#include "Tool.h"
+#include "Plugin.h"
#include "llvm/System/Path.h"
#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/PluginLoader.h"
#include <iostream>
#include <stdexcept>