X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FPluginLoader.cpp;h=dce923af7f67f4f68a82c4f4d7c5517c1759bc7f;hb=dd035d188a80f560ff4193391a9e8df64c993369;hp=c2e4e89813a85a63725a284387d158b16540758b;hpb=c1b5d092a0f89db5356ae79d8cc4213118f230dd;p=oota-llvm.git diff --git a/lib/Support/PluginLoader.cpp b/lib/Support/PluginLoader.cpp index c2e4e89813a..dce923af7f6 100644 --- a/lib/Support/PluginLoader.cpp +++ b/lib/Support/PluginLoader.cpp @@ -13,6 +13,7 @@ #include "Support/CommandLine.h" #include #include +#include namespace { struct PluginLoader { @@ -25,6 +26,6 @@ namespace { } // This causes operator= above to be invoked for every -load option. -static cl::opt > +static cl::opt > LoadOpt("load", cl::ZeroOrMore, cl::value_desc("plugin.so"), cl::desc("Load the specified plugin"));