summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Allocator.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 22:21:02 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 22:21:02 +0000
commit67b04bd8acd4b048acee7c208b13b46e165a679e (patch)
tree614abef8e1122b8bd335c5e243d7a6f2db5bb8da /llvm/lib/Support/Allocator.cpp
parent37373dd512b7f8d037ea05294c328040c066f302 (diff)
downloadbcm5719-llvm-67b04bd8acd4b048acee7c208b13b46e165a679e.tar.gz
bcm5719-llvm-67b04bd8acd4b048acee7c208b13b46e165a679e.zip
Recover some overzealously removed includes.
llvm-svn: 320648
Diffstat (limited to 'llvm/lib/Support/Allocator.cpp')
-rw-r--r--llvm/lib/Support/Allocator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Allocator.cpp b/llvm/lib/Support/Allocator.cpp
index 310f61624d2..f48edac0598 100644
--- a/llvm/lib/Support/Allocator.cpp
+++ b/llvm/lib/Support/Allocator.cpp
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Support/Allocator.h"
#include "llvm/Support/raw_ostream.h"
namespace llvm {
OpenPOWER on IntegriCloud