X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fbugpoint%2FExtractFunction.cpp;h=a257840b6e0deafbae61454ab1e65a6c116be86b;hp=38cdf241ce767394bd3cdb31ccbdb6f5603bb6cb;hb=5c792faa0e5560bc148c973f3df658eb3bb2061e;hpb=7418e1f4bd5a4bda32af18f46ff2837221d12d5c diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp index 38cdf241ce7..a257840b6e0 100644 --- a/tools/bugpoint/ExtractFunction.cpp +++ b/tools/bugpoint/ExtractFunction.cpp @@ -33,6 +33,7 @@ #include "llvm/Transforms/Utils/CodeExtractor.h" #include using namespace llvm; +using std::error_code; #define DEBUG_TYPE "bugpoint"