diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc++/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 9e4ccbeb6dc7..330ffaaed9cb 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -16,6 +16,8 @@ SHLIB_LDSCRIPT= libc++.ldscript SRCS+= algorithm.cpp SRCS+= any.cpp +SRCS+= atomic.cpp +SRCS+= barrier.cpp SRCS+= bind.cpp SRCS+= charconv.cpp SRCS+= chrono.cpp @@ -38,6 +40,7 @@ SRCS+= mutex_destructor.cpp SRCS+= new.cpp SRCS+= optional.cpp SRCS+= random.cpp +SRCS+= random_shuffle.cpp SRCS+= regex.cpp SRCS+= shared_mutex.cpp SRCS+= stdexcept.cpp |