From: David Greene Date: Wed, 19 Aug 2009 22:05:21 +0000 (+0000) Subject: Add missing includes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a711e36da2aa7d3e0a493297651745a38c4dce2;p=oota-llvm.git Add missing includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79478 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LazyLiveness.cpp b/lib/CodeGen/LazyLiveness.cpp index a951c99ddb7..8352fb23e31 100644 --- a/lib/CodeGen/LazyLiveness.cpp +++ b/lib/CodeGen/LazyLiveness.cpp @@ -15,6 +15,7 @@ #define DEBUG_TYPE "lazyliveness" #include "llvm/CodeGen/LazyLiveness.h" #include "llvm/CodeGen/MachineDominators.h" +#include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/Passes.h" #include "llvm/ADT/DepthFirstIterator.h"