diff options
author | Kostya Serebryany <kcc@google.com> | 2011-12-02 18:52:35 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2011-12-02 18:52:35 +0000 |
commit | c5be44aaa2bf1c6f7b2716938329bcb3aedd4778 (patch) | |
tree | 8149e679fde8be97eb62c07972ef05805ddf1ab7 | |
parent | e7dcbc869181dae2108bd1db66a042b2c6f8741d (diff) | |
download | bcm5719-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.cc | 2 |
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 { |