summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ArrayRecycler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ArrayRecycler.h')
-rw-r--r--include/llvm/Support/ArrayRecycler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Support/ArrayRecycler.h b/include/llvm/Support/ArrayRecycler.h
index 19059b32cd..e97433222b 100644
--- a/include/llvm/Support/ArrayRecycler.h
+++ b/include/llvm/Support/ArrayRecycler.h
@@ -16,12 +16,11 @@
#define LLVM_SUPPORT_ARRAYRECYCLER_H
#include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/Allocator.h"
#include "llvm/Support/MathExtras.h"
namespace llvm {
-class BumpPtrAllocator;
-
/// Recycle small arrays allocated from a BumpPtrAllocator.
///
/// Arrays are allocated in a small number of fixed sizes. For each supported