From: Chris Lattner Date: Sat, 25 Apr 2009 19:50:14 +0000 (+0000) Subject: DenseMap.h needs because it explicitly calls operator new/delete. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11d8fb960963a1f8a7e2b2972bc560a5b24cf216;p=oota-llvm.git DenseMap.h needs because it explicitly calls operator new/delete. Patch by John McCall! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70068 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/DenseMap.h b/include/llvm/ADT/DenseMap.h index cb951815f83..07995d7796c 100644 --- a/include/llvm/ADT/DenseMap.h +++ b/include/llvm/ADT/DenseMap.h @@ -18,6 +18,7 @@ #include "llvm/Support/MathExtras.h" #include #include +#include namespace llvm {