aboutsummaryrefslogtreecommitdiff
path: root/lib/libc++
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-01-15 21:17:36 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-01-15 21:17:36 +0000
commitd72607e9e28bcdeca1cb370dd3bf119c7853576f (patch)
treec7ef11e9501df78a928c64bb92aa05baf56f5808 /lib/libc++
parentf7e6516a1f4099194f051c570a3301dae90729da (diff)
parentf857581820d15e410e9945d2fcd5f7163be25a96 (diff)
Notes
Diffstat (limited to 'lib/libc++')
-rw-r--r--lib/libc++/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 4a849b042d07..c254ef37b978 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -75,6 +75,7 @@ STD_HEADERS= __bit_reference\
__hash_table\
__locale\
__mutex_base\
+ __refstring\
__split_buffer\
__sso_allocator\
__std_stream\
@@ -176,8 +177,12 @@ STD+= ${LIBCXXRTDIR}/${hdr}
.endfor
STDDIR= ${CXXINCLUDEDIR}
-EXP_HEADERS= dynarray\
- optional
+EXP_HEADERS= __config\
+ dynarray\
+ optional\
+ string_view\
+ type_traits\
+ utility
.for hdr in ${EXP_HEADERS}
EXP+= ${HDRDIR}/experimental/${hdr}