Add missing include to llvm Allocator.h

This header is not self-contained otherwise.

PiperOrigin-RevId: 275651582
This commit is contained in:
Mehdi Amini 2019-10-19 12:10:34 -07:00 committed by A. Unique TensorFlower
parent f9462da569
commit 5b1345ff76
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@
#include "mlir/Support/STLExtras.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/Support/Allocator.h"
namespace mlir {
namespace detail {

View File

@ -16,9 +16,8 @@
// =============================================================================
#include "mlir/Support/StorageUniquer.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/RWMutex.h"
using namespace mlir;