From 579f07135afdc3975eb24a210433222b888dc9f7 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Wed, 20 Feb 2008 11:08:44 +0000 Subject: Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. llvm-svn: 47367 --- llvm/lib/CodeGen/MachOWriter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/MachOWriter.cpp') diff --git a/llvm/lib/CodeGen/MachOWriter.cpp b/llvm/lib/CodeGen/MachOWriter.cpp index 92b3eb4311c..d163df3c4fe 100644 --- a/llvm/lib/CodeGen/MachOWriter.cpp +++ b/llvm/lib/CodeGen/MachOWriter.cpp @@ -38,6 +38,7 @@ #include "llvm/Support/OutputBuffer.h" #include "llvm/Support/Streams.h" #include +#include using namespace llvm; /// AddMachOWriter - Concrete function to add the Mach-O writer to the function -- cgit v1.2.3