summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2011-12-02 18:52:35 +0000
committerKostya Serebryany <kcc@google.com>2011-12-02 18:52:35 +0000
commitc5be44aaa2bf1c6f7b2716938329bcb3aedd4778 (patch)
tree8149e679fde8be97eb62c07972ef05805ddf1ab7
parente7dcbc869181dae2108bd1db66a042b2c6f8741d (diff)
downloadbcm5719-llvm-c5be44aaa2bf1c6f7b2716938329bcb3aedd4778.tar.gz
bcm5719-llvm-c5be44aaa2bf1c6f7b2716938329bcb3aedd4778.zip
[asan] quick fix for mac build, second attempt. Sorry for spam.
llvm-svn: 145694
-rw-r--r--compiler-rt/lib/asan/asan_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_mac.cc b/compiler-rt/lib/asan/asan_mac.cc
index 22eba902f2e..af4d95e88bf 100644
--- a/compiler-rt/lib/asan/asan_mac.cc
+++ b/compiler-rt/lib/asan/asan_mac.cc
@@ -24,7 +24,7 @@
#include <sys/mman.h>
#include <unistd.h>
-#include <new.h>
+#include <new>
namespace __asan {
OpenPOWER on IntegriCloud