forked from OSchip/llvm-project
[lldb] Appease the MSCV compiler
Fix error C2027: use of undefined type 'llvm::MemoryBuffer'.
This commit is contained in:
parent
a1df13ecd6
commit
d3a536fa93
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue