In C++, it's #include not #import

llvm-svn: 224352
This commit is contained in:
Enrico Granata
2014-12-16 19:10:37 +00:00
parent d5e57b731f
commit b476743726

View File

@@ -11,7 +11,7 @@
#include "lldb/Host/Mutex.h"
#include "llvm/ADT/StringMap.h"
#import <mutex>
#include <mutex>
using namespace lldb_private;