* include/std/thread: Include <cerrno> for EINTR.
From-SVN: r230266
This commit is contained in:
parent
de5672fcb2
commit
f022ab0310
@ -1,3 +1,7 @@
|
||||
2015-11-12 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* include/std/thread: Include <cerrno> for EINTR.
|
||||
|
||||
2015-11-12 Ville Voutilainen <ville.voutilainen@gmail.com>
|
||||
|
||||
Implement D0013R2, logical type traits.
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <cerrno>
|
||||
#include <bits/functexcept.h>
|
||||
#include <bits/functional_hash.h>
|
||||
#include <bits/gthr.h>
|
||||
|
Loading…
Reference in New Issue
Block a user