mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
[lldb] Appease the MSCV compiler
Fix error C2027: use of undefined type 'llvm::MemoryBuffer'.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/Support/CachePruning.h"
|
||||
#include "llvm/Support/Caching.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
|
||||
#include <mutex>
|
||||
|
||||
namespace lldb_private {
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "lldb/Utility/LLDBLog.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "llvm/Support/CachePruning.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user