* include/std/thread: Include <cerrno> for EINTR.

From-SVN: r230266
This commit is contained in:
Jonathan Wakely 2015-11-12 16:13:06 +00:00 committed by Jonathan Wakely
parent de5672fcb2
commit f022ab0310
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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>