Commit 0b546684 by Gerald Pfeifer Committed by Jonathan Wakely

Include <cerrno> in src/c++11/random.cc

2015-09-17  Gerald Pfeifer  <gerald@pfeifer.com>

	* src/c++11/random.cc: Include <cerrno>.

From-SVN: r227887
parent e9db0d1b
2015-09-17 Gerald Pfeifer <gerald@pfeifer.com>
* src/c++11/random.cc: Include <cerrno>.
2015-09-17 François Dumont <fdumont@gcc.gnu.org> 2015-09-17 François Dumont <fdumont@gcc.gnu.org>
* include/debug/formatter.h * include/debug/formatter.h
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
# include <cpuid.h> # include <cpuid.h>
#endif #endif
#include <cerrno>
#include <cstdio> #include <cstdio>
#ifdef _GLIBCXX_HAVE_UNISTD_H #ifdef _GLIBCXX_HAVE_UNISTD_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