From: Alexey Samsonov Date: Fri, 25 Apr 2014 21:42:35 +0000 (+0000) Subject: Fix missing include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c744a371534456c1bb6557f053705f066ac33b62;p=oota-llvm.git Fix missing include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207278 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/DWARFDebugAranges.h b/lib/DebugInfo/DWARFDebugAranges.h index 46b8bba6f4c..de96d7fb819 100644 --- a/lib/DebugInfo/DWARFDebugAranges.h +++ b/lib/DebugInfo/DWARFDebugAranges.h @@ -12,6 +12,7 @@ #include "llvm/ADT/DenseSet.h" #include "llvm/Support/DataExtractor.h" +#include namespace llvm {