@@ -178,6 +178,7 @@ libc_support_library(
178178 deps = [
179179 "//libc:__support_fputil_basic_operations" ,
180180 "//libc:__support_fputil_fp_bits" ,
181+ "//libc:internal_includes" ,
181182 "//libc/test/UnitTest:LibcUnitTest" ,
182183 "//libc/test/UnitTest:fp_test_helpers" ,
183184 "//libc/utils/MPFRWrapper:mpfr_wrapper" ,
@@ -323,6 +324,7 @@ libc_support_library(
323324 "//libc:__support_fputil_basic_operations" ,
324325 "//libc:__support_fputil_fenv_impl" ,
325326 "//libc:__support_fputil_fp_bits" ,
327+ "//libc:internal_includes" ,
326328 "//libc/test/UnitTest:LibcUnitTest" ,
327329 "//libc/test/UnitTest:fp_test_helpers" ,
328330 ],
@@ -350,6 +352,7 @@ libc_support_library(
350352 "//libc:__support_cpp_limits" ,
351353 "//libc:__support_fputil_fp_bits" ,
352354 "//libc:__support_fputil_normal_float" ,
355+ "//libc:internal_includes" ,
353356 "//libc/test/UnitTest:LibcUnitTest" ,
354357 "//libc/test/UnitTest:fp_test_helpers" ,
355358 ],
@@ -376,6 +379,7 @@ libc_support_library(
376379 deps = [
377380 "//libc:__support_fputil_fenv_impl" ,
378381 "//libc:__support_fputil_fp_bits" ,
382+ "//libc:internal_includes" ,
379383 "//libc/test/UnitTest:LibcUnitTest" ,
380384 "//libc/test/UnitTest:fp_test_helpers" ,
381385 "//libc/utils/MPFRWrapper:mpfr_wrapper" ,
@@ -412,6 +416,7 @@ libc_support_library(
412416 deps = [
413417 "//libc:__support_fputil_fenv_impl" ,
414418 "//libc:__support_fputil_fp_bits" ,
419+ "//libc:internal_includes" ,
415420 "//libc/test/UnitTest:LibcUnitTest" ,
416421 "//libc/test/UnitTest:fp_test_helpers" ,
417422 "//libc/utils/MPFRWrapper:mpfr_wrapper" ,
@@ -523,6 +528,7 @@ libc_support_library(
523528 "//libc:__support_cpp_type_traits" ,
524529 "//libc:__support_fputil_basic_operations" ,
525530 "//libc:__support_fputil_fp_bits" ,
531+ "//libc:internal_includes" ,
526532 "//libc/test/UnitTest:LibcUnitTest" ,
527533 "//libc/test/UnitTest:fp_test_helpers" ,
528534 ],
0 commit comments