diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-02-05 20:07:43 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-05-14 11:44:47 +0000 |
| commit | 1fd87a682ad7442327078e1eeb63edc4258f9815 (patch) | |
| tree | 83b42223e987ef7df2e1036937bc1bb627fa2779 /lib/libc++ | |
| parent | 04eeddc0aa8e0a417a16eaf9d7d095207f4a8623 (diff) | |
| parent | ecbca9f5fb7d7613d2b94982c4825eb0d33d6842 (diff) | |
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 056383adbad0..5f4db2fd595c 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -278,6 +278,7 @@ ALG_HEADERS+= for_each_n.h ALG_HEADERS+= generate.h ALG_HEADERS+= generate_n.h ALG_HEADERS+= half_positive.h +ALG_HEADERS+= in_in_out_result.h ALG_HEADERS+= in_in_result.h ALG_HEADERS+= in_out_result.h ALG_HEADERS+= includes.h @@ -384,8 +385,11 @@ CHR+= ${HDRDIR}/__chrono/${hdr} INCSGROUPS+= CMP CMPDIR= ${CXXINCLUDEDIR}/__compare CMP_HEADERS+= common_comparison_category.h +CMP_HEADERS+= compare_partial_order_fallback.h +CMP_HEADERS+= compare_strong_order_fallback.h CMP_HEADERS+= compare_three_way.h CMP_HEADERS+= compare_three_way_result.h +CMP_HEADERS+= compare_weak_order_fallback.h CMP_HEADERS+= is_eq.h CMP_HEADERS+= ordering.h CMP_HEADERS+= partial_order.h |
