diff options
author | Duncan Sands <baldrick@free.fr> | 2008-07-25 19:29:14 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-07-25 19:29:14 +0000 |
commit | fcaa13a65c437b7957735750885479b6fb45103e (patch) | |
tree | ebc1899ca4309ac070095cc5ab344259662bed63 /include/llvm/CodeGen/MachineFrameInfo.h | |
parent | 907f46a81f388718714ae6c924c96d66f54e1d79 (diff) |
Fix error: ‘std::ostream’ has not been declared
when compiling with gcc 4.3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFrameInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFrameInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index a38bc971cd..6c49eaf88e 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -16,6 +16,7 @@ #include "llvm/Support/DataTypes.h" #include <cassert> +#include <iosfwd> #include <vector> namespace llvm { |