aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2015-09-17 19:16:53 -0400
committerCatherine Moore <clm@gcc.gnu.org>2015-09-17 19:16:53 -0400
commit05c0e3eb547c8fa30ae21d45571d70fc8b9c186e (patch)
treeb069d3aff5790167126775f67c075543df041e0c
parent0b546684ad218419c1753e47e6229076f385275a (diff)
downloadgcc-05c0e3eb547c8fa30ae21d45571d70fc8b9c186e.zip
gcc-05c0e3eb547c8fa30ae21d45571d70fc8b9c186e.tar.gz
gcc-05c0e3eb547c8fa30ae21d45571d70fc8b9c186e.tar.bz2
debug.cc: Include <cstdio>.
2015-09-17 Catherine Moore <clm@codesourcery.com> * src/c++11/debug.cc: Include <cstdio>. From-SVN: r227888
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/src/c++11/debug.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8de683e..89b4017 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-17 Catherine Moore <clm@codesourcery.com>
+
+ * src/c++11/debug.cc: Include <cstdio>.
+
2015-09-17 Gerald Pfeifer <gerald@pfeifer.com>
* src/c++11/random.cc: Include <cerrno>.
diff --git a/libstdc++-v3/src/c++11/debug.cc b/libstdc++-v3/src/c++11/debug.cc
index ae56c30..d8ffc6d 100644
--- a/libstdc++-v3/src/c++11/debug.cc
+++ b/libstdc++-v3/src/c++11/debug.cc
@@ -32,6 +32,7 @@
#include <debug/safe_local_iterator.h>
#include <cassert>
+#include <cstdio>
#include <algorithm> // for std::min
#include <functional> // for _Hash_impl