diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-08-11 20:40:21 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-11 20:40:21 +0000 |
commit | d08a834a68982baaa1bc84761de005906423766d (patch) | |
tree | 437c327c1953aec708d9e9fafc1b931d99f8cbac /lldb/source/Host/common/TimeValue.cpp | |
parent | eb09f49a7fc4108e5e0b5ac5b67e92c1e0f8bf9f (diff) | |
download | bcm5719-llvm-d08a834a68982baaa1bc84761de005906423766d.tar.gz bcm5719-llvm-d08a834a68982baaa1bc84761de005906423766d.zip |
Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc!
llvm-svn: 137343
Diffstat (limited to 'lldb/source/Host/common/TimeValue.cpp')
-rw-r--r-- | lldb/source/Host/common/TimeValue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/common/TimeValue.cpp b/lldb/source/Host/common/TimeValue.cpp index d8722298284..95ecd402e0c 100644 --- a/lldb/source/Host/common/TimeValue.cpp +++ b/lldb/source/Host/common/TimeValue.cpp @@ -12,6 +12,7 @@ // C Includes #include <stddef.h> #include <time.h> +#include <cstring> // C++ Includes // Other libraries and framework includes // Project includes |