asan: fix FIXME on windows

llvm-svn: 172226
This commit is contained in:
Dmitry Vyukov 2013-01-11 17:57:24 +00:00
parent f4ab9ef34c
commit a40a805f30
1 changed files with 1 additions and 2 deletions

View File

@ -17,13 +17,12 @@
#include <dbghelp.h>
#include <stdlib.h>
#include <new> // FIXME: temporarily needed for placement new in AsanLock.
#include "asan_interceptors.h"
#include "asan_internal.h"
#include "asan_lock.h"
#include "asan_thread.h"
#include "sanitizer_common/sanitizer_libc.h"
#include "sanitizer_common/sanitizer_placement_new.h"
namespace __asan {