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:
a3ad585
)
Add missing include of <new>
author
Douglas Gregor
<dgregor@apple.com>
Mon, 26 Mar 2012 14:04:17 +0000
(14:04 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Mon, 26 Mar 2012 14:04:17 +0000
(14:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153436
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Use.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Use.cpp
b/lib/VMCore/Use.cpp
index 359a1517ab79b719062c6294fe9b3c2aa311190e..0128adc3f776297addf313090a310c72b9ab94bb 100644
(file)
--- a/
lib/VMCore/Use.cpp
+++ b/
lib/VMCore/Use.cpp
@@
-12,6
+12,7
@@
//===----------------------------------------------------------------------===//
#include "llvm/Value.h"
+#include <new>
namespace llvm {