@@ -178,6 +178,7 @@ libc_support_library(
178
178
deps = [
179
179
"//libc:__support_fputil_basic_operations" ,
180
180
"//libc:__support_fputil_fp_bits" ,
181
+ "//libc:internal_includes" ,
181
182
"//libc/test/UnitTest:LibcUnitTest" ,
182
183
"//libc/test/UnitTest:fp_test_helpers" ,
183
184
"//libc/utils/MPFRWrapper:mpfr_wrapper" ,
@@ -323,6 +324,7 @@ libc_support_library(
323
324
"//libc:__support_fputil_basic_operations" ,
324
325
"//libc:__support_fputil_fenv_impl" ,
325
326
"//libc:__support_fputil_fp_bits" ,
327
+ "//libc:internal_includes" ,
326
328
"//libc/test/UnitTest:LibcUnitTest" ,
327
329
"//libc/test/UnitTest:fp_test_helpers" ,
328
330
],
@@ -350,6 +352,7 @@ libc_support_library(
350
352
"//libc:__support_cpp_limits" ,
351
353
"//libc:__support_fputil_fp_bits" ,
352
354
"//libc:__support_fputil_normal_float" ,
355
+ "//libc:internal_includes" ,
353
356
"//libc/test/UnitTest:LibcUnitTest" ,
354
357
"//libc/test/UnitTest:fp_test_helpers" ,
355
358
],
@@ -376,6 +379,7 @@ libc_support_library(
376
379
deps = [
377
380
"//libc:__support_fputil_fenv_impl" ,
378
381
"//libc:__support_fputil_fp_bits" ,
382
+ "//libc:internal_includes" ,
379
383
"//libc/test/UnitTest:LibcUnitTest" ,
380
384
"//libc/test/UnitTest:fp_test_helpers" ,
381
385
"//libc/utils/MPFRWrapper:mpfr_wrapper" ,
@@ -412,6 +416,7 @@ libc_support_library(
412
416
deps = [
413
417
"//libc:__support_fputil_fenv_impl" ,
414
418
"//libc:__support_fputil_fp_bits" ,
419
+ "//libc:internal_includes" ,
415
420
"//libc/test/UnitTest:LibcUnitTest" ,
416
421
"//libc/test/UnitTest:fp_test_helpers" ,
417
422
"//libc/utils/MPFRWrapper:mpfr_wrapper" ,
@@ -523,6 +528,7 @@ libc_support_library(
523
528
"//libc:__support_cpp_type_traits" ,
524
529
"//libc:__support_fputil_basic_operations" ,
525
530
"//libc:__support_fputil_fp_bits" ,
531
+ "//libc:internal_includes" ,
526
532
"//libc/test/UnitTest:LibcUnitTest" ,
527
533
"//libc/test/UnitTest:fp_test_helpers" ,
528
534
],
0 commit comments