aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineConstantPool.h
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-28 06:47:33 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-28 06:47:33 +0000
commit7d0fe1b42a2ce452649d733866c99dcfdeb49003 (patch)
treef0323752f845e9c17ca6d55b39584c1db8e03d07 /include/llvm/CodeGen/MachineConstantPool.h
parentbd6269c321b6c15b2f5855de7ad3ae836633a85b (diff)
downloadexternal_llvm-7d0fe1b42a2ce452649d733866c99dcfdeb49003.zip
external_llvm-7d0fe1b42a2ce452649d733866c99dcfdeb49003.tar.gz
external_llvm-7d0fe1b42a2ce452649d733866c99dcfdeb49003.tar.bz2
be more polite in public headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineConstantPool.h')
-rw-r--r--include/llvm/CodeGen/MachineConstantPool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h
index 47148e8..c2c3399 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 {