From 5a5960978a0d64f65a54aa2d6b23f4c8a22fef62 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 5 Feb 2004 05:04:39 +0000 Subject: [PATCH] Added missing include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11129 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/TwoAddressInstructionPass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp index dd94d40d8b3..497cf634a9d 100644 --- a/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/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 {