forked from OSchip/llvm-project
Add missing MemoryBuffer.h include
This commit is contained in:
parent
195d8571b9
commit
c5b9fa1ccc
|
@ -6,6 +6,7 @@
|
|||
//
|
||||
//===-----------------------------------------------------------------------===/
|
||||
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/TextAPI/MachO/InterfaceFile.h"
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue