Add missing include of <new>
authorDouglas Gregor <dgregor@apple.com>
Mon, 26 Mar 2012 14:04:17 +0000 (14:04 +0000)
committerDouglas 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

index 359a1517ab79b719062c6294fe9b3c2aa311190e..0128adc3f776297addf313090a310c72b9ab94bb 100644 (file)
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Value.h"
+#include <new>
 
 namespace llvm {