From fcaa13a65c437b7957735750885479b6fb45103e Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 25 Jul 2008 19:29:14 +0000 Subject: [PATCH] =?utf8?q?Fix=20error:=20=E2=80=98std::ostream=E2=80=99=20?= =?utf8?q?has=20not=20been=20declared=20when=20compiling=20with=20gcc=204.?= =?utf8?q?3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54041 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineFrameInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index a38bc971cd4..6c49eaf88e0 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -16,6 +16,7 @@ #include "llvm/Support/DataTypes.h" #include +#include #include namespace llvm { -- 2.34.1