diff options
| author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 22:21:02 +0000 |
|---|---|---|
| committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 22:21:02 +0000 |
| commit | 67b04bd8acd4b048acee7c208b13b46e165a679e (patch) | |
| tree | 614abef8e1122b8bd335c5e243d7a6f2db5bb8da /llvm/lib/Support/Allocator.cpp | |
| parent | 37373dd512b7f8d037ea05294c328040c066f302 (diff) | |
| download | bcm5719-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.cpp | 1 |
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 { |

