X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fgold%2Fgold-plugin.cpp;h=f6b3435e2fecae3df448a6784228308cd2bf0963;hp=4726d82d69c15e55d05779fe14a6ee233d9360c0;hb=d5132f907367b43d43108bd4367dbbcb650f98ce;hpb=f58ab6bddb21ce1fc4ba6e11ff24857399978812 diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 4726d82d69c..f6b3435e2fe 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -21,13 +21,13 @@ #include "llvm/Support/Path.h" #include "llvm/Support/Program.h" #include "llvm/Support/ToolOutputFile.h" -#include "llvm/Support/system_error.h" #include #include #include #include #include #include +#include #include // Support Windows/MinGW crazyness.