commit | b34d2a2558390235a90ddadb9c698107d85ddfff | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 22:08:29 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 22:08:29 2010 +0000 |
tree | 3492b759e05f6038cad7da8a1f35b1f60ccb0c96 | |
parent | a8a5e562db734341149365d2bf7fd501365ed701 [diff] [blame] |
Fix include path. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105757 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandInterpreter.cpp b/source/Interpreter/CommandInterpreter.cpp index ed85b33..bf84721 100644 --- a/source/Interpreter/CommandInterpreter.cpp +++ b/source/Interpreter/CommandInterpreter.cpp
@@ -31,7 +31,7 @@ #include "CommandObjectMemory.h" #include "CommandObjectProcess.h" #include "CommandObjectQuit.h" -#include "CommandObjectRegexCommand.h" +#include "lldb/Interpreter/CommandObjectRegexCommand.h" #include "CommandObjectRegister.h" #include "CommandObjectRemove.h" #include "CommandObjectScript.h"