summaryrefslogtreecommitdiff
path: root/tools/llvm-db/CLIDebugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/CLIDebugger.cpp')
-rw-r--r--tools/llvm-db/CLIDebugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/CLIDebugger.cpp b/tools/llvm-db/CLIDebugger.cpp
index c48a919f80..75798d2352 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 <iostream>
using namespace llvm;