From: David Blaikie Date: Wed, 19 Nov 2014 08:12:55 +0000 (+0000) Subject: Add missing header X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c58082616af5428b00ab986342686202540568ae;p=oota-llvm.git Add missing header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222337 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/SmallPtrSet.h b/include/llvm/ADT/SmallPtrSet.h index 1ac9bbff52e..b8977fa818b 100644 --- a/include/llvm/ADT/SmallPtrSet.h +++ b/include/llvm/ADT/SmallPtrSet.h @@ -22,6 +22,7 @@ #include #include #include +#include namespace llvm {