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"