diff options
author | Duraid Madina <duraid@octopus.com.au> | 2005-12-28 06:47:33 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2005-12-28 06:47:33 +0000 |
commit | 7d0fe1b42a2ce452649d733866c99dcfdeb49003 (patch) | |
tree | f0323752f845e9c17ca6d55b39584c1db8e03d07 | |
parent | bd6269c321b6c15b2f5855de7ad3ae836633a85b (diff) |
be more polite in public headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25036 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 47148e8dd1..c2c3399adb 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -23,6 +23,7 @@ #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H #include <vector> +#include <iosfwd> namespace llvm { |