commit | 67b04bd8acd4b048acee7c208b13b46e165a679e | [log] [tgz] |
---|---|---|
author | Michael Zolotukhin <mzolotukhin@apple.com> | Wed Dec 13 22:21:02 2017 +0000 |
committer | Michael Zolotukhin <mzolotukhin@apple.com> | Wed Dec 13 22:21:02 2017 +0000 |
tree | 614abef8e1122b8bd335c5e243d7a6f2db5bb8da | |
parent | 37373dd512b7f8d037ea05294c328040c066f302 [diff] [blame] |
Recover some overzealously removed includes. llvm-svn: 320648
diff --git a/llvm/lib/Support/Allocator.cpp b/llvm/lib/Support/Allocator.cpp index 310f616..f48edac 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 {