Index: tools/gn/secondary/build/config/compiler/BUILD.gn |
diff --git a/tools/gn/secondary/build/config/compiler/BUILD.gn b/tools/gn/secondary/build/config/compiler/BUILD.gn |
index ef9d61f9f01382faf5a06fee8ead1766705aa43a..20ffbb54c2ae677689961ff87a3bb29a8d967934 100644 |
--- a/tools/gn/secondary/build/config/compiler/BUILD.gn |
+++ b/tools/gn/secondary/build/config/compiler/BUILD.gn |
@@ -4,7 +4,7 @@ |
# Base compiler configuration. |
config("compiler") { |
- include_dirs = [ "//" ] |
+ include_dirs = [ "//", root_gen_dir ] |
if (is_win) { |
cflags = [ |
"/Gy", # Enable function-level linking. |