From dd0c255d1483fdbd0364fac3f9f8bd63bb7a6b7c Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 5 Feb 2004 05:04:39 +0000 Subject: Added missing include. llvm-svn: 11129 --- llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/TwoAddressInstructionPass.cpp') diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp index dd94d40d8b3..497cf634a9d 100644 --- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -38,6 +38,7 @@ #include "llvm/Target/TargetMachine.h" #include "Support/Debug.h" #include "Support/Statistic.h" +#include using namespace llvm; namespace { -- cgit v1.2.3