[llvm] 9f69157 - Fix header includes after 0697bcb66f1d82f2fd447e9d13b74d141c3ce085

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 18:34:36 PST 2020


Author: Weverything
Date: 2020-01-24T18:32:54-08:00
New Revision: 9f69157bf4a083f539e6759ddd6929c1b3d0bc2a

URL: https://github.com/llvm/llvm-project/commit/9f69157bf4a083f539e6759ddd6929c1b3d0bc2a
DIFF: https://github.com/llvm/llvm-project/commit/9f69157bf4a083f539e6759ddd6929c1b3d0bc2a.diff

LOG: Fix header includes after 0697bcb66f1d82f2fd447e9d13b74d141c3ce085

Added: 
    

Modified: 
    llvm/include/llvm/Support/BinaryStreamArray.h
    llvm/lib/Support/Unix/Memory.inc

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/BinaryStreamArray.h b/llvm/include/llvm/Support/BinaryStreamArray.h
index 1634983d26ce..3ba65c07cfe2 100644
--- a/llvm/include/llvm/Support/BinaryStreamArray.h
+++ b/llvm/include/llvm/Support/BinaryStreamArray.h
@@ -11,6 +11,7 @@
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/iterator.h"
+#include "llvm/Support/Alignment.h"
 #include "llvm/Support/BinaryStreamRef.h"
 #include "llvm/Support/Error.h"
 #include <cassert>

diff  --git a/llvm/lib/Support/Unix/Memory.inc b/llvm/lib/Support/Unix/Memory.inc
index 79b1759359e1..be88e7db1400 100644
--- a/llvm/lib/Support/Unix/Memory.inc
+++ b/llvm/lib/Support/Unix/Memory.inc
@@ -12,6 +12,7 @@
 
 #include "Unix.h"
 #include "llvm/Config/config.h"
+#include "llvm/Support/Alignment.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Process.h"


        


More information about the llvm-commits mailing list