From d1765cf1974bdf298d7cec8302013f314a70a032 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 30 May 2020 12:36:16 +0100 Subject: ArchitectureSet.h - reduce raw_ostream.h include to forward declaration. NFC. Move raw_ostream.h include to ArchitectureSet.cpp. --- llvm/lib/TextAPI/MachO/ArchitectureSet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/TextAPI/MachO/ArchitectureSet.cpp') 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 { -- cgit v1.1