Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 25eaa001e33565e0c4e0719bcc8ce09bf3ff3b80..e8039c0b1f75eb628f2c419bbe2aebf8de9f32d6 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -66,8 +66,9 @@ config("compiler") { |
if (is_clang) { |
cflags += [ |
# Many files use intrinsics without including this header. |
- # TODO(hans): Fix those files, or move this to sub-GYPs. |
- "/FIIntrin.h", |
+ # TODO(hans): Fix those files, or move this to sub-GYPs, |
+ # https://crbug.com/592745 |
+ "/FIintrin.h", |
] |
if (visual_studio_version == "2013") { |