diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-09-16 22:26:52 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-09-16 22:26:52 +0000 |
| commit | 854fa44b6f7a32ff94c2a705691da6d3b703574a (patch) | |
| tree | aaccdba1a8c990ea730287a164e76e70733b424a /lib/libc++/Makefile | |
| parent | 0e1e5c22c20e636264ff1284083c6af7a1b282cb (diff) | |
| parent | 61b9a7258a7693d7f3674a5a1daf7b036ff1d382 (diff) | |
Notes
Diffstat (limited to 'lib/libc++/Makefile')
| -rw-r--r-- | lib/libc++/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 469ee472f500..f9bbf7e89355 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -81,7 +81,7 @@ STD_HEADERS= __bit_reference\ __std_stream\ __tree\ __tuple\ - __tuple_03\ + __undef___deallocate\ __undef_min_max\ algorithm\ array\ @@ -178,9 +178,14 @@ STD+= ${LIBCXXRTDIR}/${hdr} STDDIR= ${CXXINCLUDEDIR} EXP_HEADERS= __config\ + algorithm\ + chrono\ dynarray\ optional\ + ratio\ string_view\ + system_error\ + tuple\ type_traits\ utility |
