diff options
author | Pavel Labath <labath@google.com> | 2017-01-25 11:19:49 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-01-25 11:19:49 +0000 |
commit | 46897a46eefd346143bd461e100821dfcbb88631 (patch) | |
tree | 0e7ce8ce5e15ce505dcb5fb98ec1cf124a80ef1a /lldb/source/Plugins/Language/ObjC | |
parent | 8abd34f0155a162a37c4dd692b65604ccbcb14d1 (diff) | |
download | bcm5719-llvm-46897a46eefd346143bd461e100821dfcbb88631.tar.gz bcm5719-llvm-46897a46eefd346143bd461e100821dfcbb88631.zip |
include Host/Time.h in Cocoa.cpp
Time.h contains the necessary magic to enable timegm on all android
targets.
llvm-svn: 293047
Diffstat (limited to 'lldb/source/Plugins/Language/ObjC')
-rw-r--r-- | lldb/source/Plugins/Language/ObjC/Cocoa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/Cocoa.cpp b/lldb/source/Plugins/Language/ObjC/Cocoa.cpp index b2ad8c37583..5396aea4422 100644 --- a/lldb/source/Plugins/Language/ObjC/Cocoa.cpp +++ b/lldb/source/Plugins/Language/ObjC/Cocoa.cpp @@ -23,6 +23,7 @@ #include "lldb/DataFormatters/StringPrinter.h" #include "lldb/DataFormatters/TypeSummary.h" #include "lldb/Host/Endian.h" +#include "lldb/Host/Time.h" #include "lldb/Symbol/ClangASTContext.h" #include "lldb/Target/Language.h" #include "lldb/Target/ObjCLanguageRuntime.h" |