[Sanitizer] add missing header on Windows

llvm-svn: 170514
This commit is contained in:
Alexey Samsonov 2012-12-19 08:51:39 +00:00
parent 90c8b4bfa5
commit 35ed02ebf1
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define WIN32_LEAN_AND_MEAN
#define NOGDI
#include <stdlib.h>
#include <io.h>
#include <windows.h>
#include "sanitizer_common.h"