diff options
author | Pavel Labath <labath@google.com> | 2016-11-09 14:04:08 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-11-09 14:04:08 +0000 |
commit | 3dc342eb0c8bf5ba512a771add6d934b317c4941 (patch) | |
tree | f677a6eeca427ed6f0a5709a3ddbf88476880a97 /lldb/source/Target/Process.cpp | |
parent | ddbe0f51382dcc57eec973149289b79929f3cd69 (diff) | |
download | bcm5719-llvm-3dc342eb0c8bf5ba512a771add6d934b317c4941.tar.gz bcm5719-llvm-3dc342eb0c8bf5ba512a771add6d934b317c4941.zip |
Remove TimeValue usage from lldb/Core. NFC.
llvm-svn: 286366
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r-- | lldb/source/Target/Process.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index 5fe1e17b3c7..aec00f46181 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -35,6 +35,7 @@ #include "lldb/Host/Pipe.h" #include "lldb/Host/Terminal.h" #include "lldb/Host/ThreadLauncher.h" +#include "lldb/Host/TimeValue.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/OptionValueProperties.h" #include "lldb/Symbol/Function.h" |