[llvm-commits] [compiler-rt] r158057 - /compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
Alexey Samsonov
samsonov at google.com
Wed Jun 6 02:43:32 PDT 2012
Author: samsonov
Date: Wed Jun 6 04:43:32 2012
New Revision: 158057
URL: http://llvm.org/viewvc/llvm-project?rev=158057&view=rev
Log:
[ASan] fix win build - add missing header
Modified:
compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc?rev=158057&r1=158056&r2=158057&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc Wed Jun 6 04:43:32 2012
@@ -16,7 +16,7 @@
#include <assert.h>
-#include "sanitizer_internal_defs.h"
+#include "sanitizer_common.h"
#include "sanitizer_libc.h"
#define UNIMPLEMENTED_WIN() assert(false)
More information about the llvm-commits
mailing list