Add missing include of <new>

llvm-svn: 153436
This commit is contained in:
Douglas Gregor 2012-03-26 14:04:17 +00:00
parent 4547077a2b
commit c0f6380464
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Value.h"
#include <new>
namespace llvm {