Fix a missing #include.

llvm-svn: 60458
This commit is contained in:
Dan Gohman 2008-12-03 02:10:00 +00:00
parent a3d9eb0131
commit ac5392c596
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
#include "llvm/CodeGen/MachineConstantPool.h"
#include <ostream>
namespace llvm {