diff options
author | Enrico Granata <egranata@apple.com> | 2014-12-16 19:10:37 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2014-12-16 19:10:37 +0000 |
commit | b4767437263b0adc967712933376e7df3854076e (patch) | |
tree | 370d5016c3622c0842e351dd84999b7c41ef8d32 /lldb/source/Core/ConstString.cpp | |
parent | d5e57b731f60609c9bd559bd63df4e0830e805a8 (diff) | |
download | bcm5719-llvm-b4767437263b0adc967712933376e7df3854076e.tar.gz bcm5719-llvm-b4767437263b0adc967712933376e7df3854076e.zip |
In C++, it's #include not #import
llvm-svn: 224352
Diffstat (limited to 'lldb/source/Core/ConstString.cpp')
-rw-r--r-- | lldb/source/Core/ConstString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ConstString.cpp b/lldb/source/Core/ConstString.cpp index 56da71eaef2..37d24e0dec0 100644 --- a/lldb/source/Core/ConstString.cpp +++ b/lldb/source/Core/ConstString.cpp @@ -11,7 +11,7 @@ #include "lldb/Host/Mutex.h" #include "llvm/ADT/StringMap.h" -#import <mutex> +#include <mutex> using namespace lldb_private; |