[Serialization] Add missing include

forward decl is not sufficient for destroying a unique_ptr<MemoryBuffer>.

llvm-svn: 355816
This commit is contained in:
Benjamin Kramer 2019-03-11 10:30:51 +00:00
parent 5229f47f9f
commit 9318db0fa1
1 changed files with 1 additions and 4 deletions

View File

@ -12,12 +12,9 @@
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/MemoryBuffer.h"
#include <memory>
namespace llvm {
class MemoryBuffer;
} // end namespace llvm
namespace clang {
/// In-memory cache for modules.