projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38300e9
)
DenseMap.h needs <new> because it explicitly calls operator new/delete.
author
Chris Lattner
<sabre@nondot.org>
Sat, 25 Apr 2009 19:50:14 +0000
(19:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 25 Apr 2009 19:50:14 +0000
(19:50 +0000)
Patch by John McCall!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70068
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/DenseMap.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/DenseMap.h
b/include/llvm/ADT/DenseMap.h
index cb951815f83ad47df57ded97f15192f1ef8fb0c0..07995d7796c21215a3c3ffb3c8ecd10a66b9a648 100644
(file)
--- a/
include/llvm/ADT/DenseMap.h
+++ b/
include/llvm/ADT/DenseMap.h
@@
-18,6
+18,7
@@
#include "llvm/Support/MathExtras.h"
#include <cassert>
#include <utility>
+#include <new>
namespace llvm {