X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fllvm-db%2FCLIDebugger.cpp;h=75798d235272e131d85309e9052d6748ecdb409e;hp=c48a919f80aac610c51012a9e23ef11ff6f30dd8;hb=551ccae044b0ff658fe629dd67edd5ffe75d10e8;hpb=ed543731fb385b55750d0c514d130a810339d739 diff --git a/tools/llvm-db/CLIDebugger.cpp b/tools/llvm-db/CLIDebugger.cpp index c48a919f80a..75798d23527 100644 --- a/tools/llvm-db/CLIDebugger.cpp +++ b/tools/llvm-db/CLIDebugger.cpp @@ -15,7 +15,7 @@ #include "CLIDebugger.h" #include "CLICommand.h" #include "llvm/Debugger/SourceFile.h" -#include "Support/StringExtras.h" +#include "llvm/ADT/StringExtras.h" #include using namespace llvm;