Added missing include.
authorTanya Lattner <tonic@nondot.org>
Thu, 5 Feb 2004 05:04:39 +0000 (05:04 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 5 Feb 2004 05:04:39 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11129 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TwoAddressInstructionPass.cpp

index dd94d40d8b3e9728fca9d09379eaafde259ac711..497cf634a9d877ab4d199e99c2e503cb8dc853a0 100644 (file)
@@ -38,6 +38,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
+#include <iostream>
 using namespace llvm;
 
 namespace {