mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
In C++, it's #include not #import
llvm-svn: 224352
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "lldb/Host/Mutex.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
|
||||
#import <mutex>
|
||||
#include <mutex>
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user