[llvm] f3c3223 - [AArch64] Add missing #include

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 07:54:43 PST 2022


Author: Tomas Matheson
Date: 2022-12-01T15:54:21Z
New Revision: f3c322332d834b0b4a245ae41c901e0e0ccfe087

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

LOG: [AArch64] Add missing #include

Added: 
    

Modified: 
    llvm/include/llvm/Support/AArch64TargetParser.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/AArch64TargetParser.h b/llvm/include/llvm/Support/AArch64TargetParser.h
index 26a97ae076c9..0a7ff4e25b8d 100644
--- a/llvm/include/llvm/Support/AArch64TargetParser.h
+++ b/llvm/include/llvm/Support/AArch64TargetParser.h
@@ -17,6 +17,7 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/VersionTuple.h"
 #include <vector>
+#include <array>
 
 namespace llvm {
 


        


More information about the llvm-commits mailing list