diff --git a/lib/Support/APSInt.cpp b/lib/Support/APSInt.cpp index 7c48880f96e..6805e06df33 100644 --- a/lib/Support/APSInt.cpp +++ b/lib/Support/APSInt.cpp @@ -14,6 +14,7 @@ #include "llvm/ADT/APSInt.h" #include "llvm/ADT/FoldingSet.h" #include "llvm/ADT/StringRef.h" +#include using namespace llvm; diff --git a/lib/Support/FormatVariadic.cpp b/lib/Support/FormatVariadic.cpp index f9e89f69b52..0d61fae2232 100644 --- a/lib/Support/FormatVariadic.cpp +++ b/lib/Support/FormatVariadic.cpp @@ -6,6 +6,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/FormatVariadic.h" +#include using namespace llvm; diff --git a/lib/Support/IntEqClasses.cpp b/lib/Support/IntEqClasses.cpp index 4a976dcefc6..ebb02e6c01e 100644 --- a/lib/Support/IntEqClasses.cpp +++ b/lib/Support/IntEqClasses.cpp @@ -18,6 +18,7 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/IntEqClasses.h" +#include using namespace llvm; diff --git a/lib/Support/IntervalMap.cpp b/lib/Support/IntervalMap.cpp index f15c7c9403c..674e0f962fa 100644 --- a/lib/Support/IntervalMap.cpp +++ b/lib/Support/IntervalMap.cpp @@ -11,6 +11,7 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/IntervalMap.h" +#include namespace llvm { namespace IntervalMapImpl { diff --git a/lib/Support/KnownBits.cpp b/lib/Support/KnownBits.cpp index 8f3f4aa8cae..2f1cff7914b 100644 --- a/lib/Support/KnownBits.cpp +++ b/lib/Support/KnownBits.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/KnownBits.h" +#include using namespace llvm; diff --git a/lib/Support/PrettyStackTrace.cpp b/lib/Support/PrettyStackTrace.cpp index bfb238cc853..30a12f65966 100644 --- a/lib/Support/PrettyStackTrace.cpp +++ b/lib/Support/PrettyStackTrace.cpp @@ -22,6 +22,7 @@ #include "llvm/Support/raw_ostream.h" #include +#include #include #include #include diff --git a/lib/Support/Regex.cpp b/lib/Support/Regex.cpp index 615e48a5df7..f065adadc62 100644 --- a/lib/Support/Regex.cpp +++ b/lib/Support/Regex.cpp @@ -14,6 +14,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Twine.h" +#include #include // Important this comes last because it defines "_REGEX_H_". At least on diff --git a/lib/Support/StringPool.cpp b/lib/Support/StringPool.cpp index 82351017b8c..27464444538 100644 --- a/lib/Support/StringPool.cpp +++ b/lib/Support/StringPool.cpp @@ -12,6 +12,7 @@ #include "llvm/Support/StringPool.h" #include "llvm/ADT/StringRef.h" +#include using namespace llvm; diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index e09abd24eb5..79f31efefb7 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -14,6 +14,7 @@ #include "llvm/Support/Host.h" #include "llvm/Support/SwapByteOrder.h" #include "llvm/Support/TargetParser.h" +#include #include using namespace llvm; diff --git a/lib/Support/VersionTuple.cpp b/lib/Support/VersionTuple.cpp index 60b59424fbb..e8265c0d41b 100644 --- a/lib/Support/VersionTuple.cpp +++ b/lib/Support/VersionTuple.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/VersionTuple.h" #include "llvm/Support/raw_ostream.h" +#include using namespace llvm; diff --git a/lib/TableGen/TableGenBackend.cpp b/lib/TableGen/TableGenBackend.cpp index e11b28e8cff..252f126d2d0 100644 --- a/lib/TableGen/TableGenBackend.cpp +++ b/lib/TableGen/TableGenBackend.cpp @@ -13,6 +13,7 @@ #include "llvm/TableGen/TableGenBackend.h" #include "llvm/ADT/Twine.h" #include "llvm/Support/raw_ostream.h" +#include using namespace llvm; diff --git a/lib/Target/AArch64/AArch64StackOffset.h b/lib/Target/AArch64/AArch64StackOffset.h index f95b5dc5246..6fa1c744f77 100644 --- a/lib/Target/AArch64/AArch64StackOffset.h +++ b/lib/Target/AArch64/AArch64StackOffset.h @@ -16,6 +16,7 @@ #include "llvm/Support/MachineValueType.h" #include "llvm/Support/TypeSize.h" +#include namespace llvm { diff --git a/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp index 8c7b8a81889..af1451cc470 100644 --- a/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp +++ b/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp @@ -12,6 +12,7 @@ #include "PPCMCAsmInfo.h" #include "llvm/ADT/Triple.h" +#include using namespace llvm; diff --git a/utils/TableGen/CodeGenHwModes.h b/utils/TableGen/CodeGenHwModes.h index 1ff2faaa0e5..55507cbca37 100644 --- a/utils/TableGen/CodeGenHwModes.h +++ b/utils/TableGen/CodeGenHwModes.h @@ -12,6 +12,7 @@ #define LLVM_UTILS_TABLEGEN_CODEGENHWMODES_H #include "llvm/ADT/StringMap.h" +#include #include #include #include diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 1f08ce481a8..af851a11676 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h @@ -16,6 +16,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/Support/MachineValueType.h" #include "llvm/Support/SMLoc.h" +#include #include #include #include