[asan] fix gcc build

llvm-svn: 157807
This commit is contained in:
Kostya Serebryany 2012-06-01 07:41:04 +00:00
parent 6f596767c3
commit 02845c1dd4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "asan_internal.h"
#include "asan_stack.h"
#include <stddef.h>
#include <new>
namespace __asan {