Fix windows buildbot broken by r313999

llvm-svn: 314001
This commit is contained in:
Francis Ricci 2017-09-22 18:17:26 +00:00
parent d5d77372d4
commit c007c42ee9
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "sanitizer_linux.h"
#include "sanitizer_mac.h"
#include "sanitizer_mutex.h"
#include "sanitizer_win.h"
namespace __sanitizer {

View File

@ -20,6 +20,7 @@
namespace __sanitizer {
// Check based on flags if we should handle the exception.
bool IsHandledDeadlyException(DWORD exceptionCode);
struct MemoryMappingLayoutData {};
} // namespace __sanitizer
#endif // SANITIZER_WINDOWS