Commit f022ab03 by Jonathan Wakely Committed by Jonathan Wakely

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

From-SVN: r230266
parent de5672fc
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment