aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-05-30 12:36:16 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-05-30 12:36:16 +0100
commitd1765cf1974bdf298d7cec8302013f314a70a032 (patch)
tree042ee3a1847d2694a275a8d05df16cc0dbfc37c8 /llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
parenta8eb06ccffdd3ee1b004be489cf9a970035c523c (diff)
downloadllvm-d1765cf1974bdf298d7cec8302013f314a70a032.zip
llvm-d1765cf1974bdf298d7cec8302013f314a70a032.tar.gz
llvm-d1765cf1974bdf298d7cec8302013f314a70a032.tar.bz2
ArchitectureSet.h - reduce raw_ostream.h include to forward declaration. NFC.
Move raw_ostream.h include to ArchitectureSet.cpp.
Diffstat (limited to 'llvm/lib/TextAPI/MachO/ArchitectureSet.cpp')
-rw-r--r--llvm/lib/TextAPI/MachO/ArchitectureSet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/TextAPI/MachO/ArchitectureSet.cpp b/llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
index a05d3eb..f665706 100644
--- a/llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
+++ b/llvm/lib/TextAPI/MachO/ArchitectureSet.cpp
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/TextAPI/MachO/ArchitectureSet.h"
+#include "llvm/Support/raw_ostream.h"
namespace llvm {
namespace MachO {