Commit 05c0e3eb by Catherine Moore Committed by Catherine Moore

debug.cc: Include <cstdio>.

2015-09-17  Catherine Moore  <clm@codesourcery.com>

        * src/c++11/debug.cc: Include <cstdio>.

From-SVN: r227888
parent 0b546684
2015-09-17 Catherine Moore <clm@codesourcery.com>
* src/c++11/debug.cc: Include <cstdio>.
2015-09-17 Gerald Pfeifer <gerald@pfeifer.com> 2015-09-17 Gerald Pfeifer <gerald@pfeifer.com>
* src/c++11/random.cc: Include <cerrno>. * src/c++11/random.cc: Include <cerrno>.
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <debug/safe_local_iterator.h> #include <debug/safe_local_iterator.h>
#include <cassert> #include <cassert>
#include <cstdio>
#include <algorithm> // for std::min #include <algorithm> // for std::min
#include <functional> // for _Hash_impl #include <functional> // for _Hash_impl
......
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