From: Benjamin Kramer Date: Wed, 14 Sep 2011 01:27:48 +0000 (+0000) Subject: Don't rely in being pulled in transitively. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=553f93396367fd1e1372d41c02583b2dc060947f;p=oota-llvm.git Don't rely in being pulled in transitively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139684 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/DWARFDebugArangeSet.cpp b/lib/DebugInfo/DWARFDebugArangeSet.cpp index 76e02f70d84..a3e2e62104c 100644 --- a/lib/DebugInfo/DWARFDebugArangeSet.cpp +++ b/lib/DebugInfo/DWARFDebugArangeSet.cpp @@ -10,6 +10,7 @@ #include "DWARFDebugArangeSet.h" #include "llvm/Support/Format.h" #include "llvm/Support/raw_ostream.h" +#include #include using namespace llvm;