debug.cc: Include <cstdio>.
authorCatherine Moore <clm@codesourcery.com>
Thu, 17 Sep 2015 23:16:53 +0000 (19:16 -0400)
committerCatherine Moore <clm@gcc.gnu.org>
Thu, 17 Sep 2015 23:16:53 +0000 (19:16 -0400)
2015-09-17  Catherine Moore  <clm@codesourcery.com>

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

From-SVN: r227888

libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/debug.cc

index 8de683e..89b4017 100644 (file)
@@ -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>.
index ae56c30..d8ffc6d 100644 (file)
@@ -32,6 +32,7 @@
 #include <debug/safe_local_iterator.h>
 
 #include <cassert>
+#include <cstdio>
 
 #include <algorithm> // for std::min
 #include <functional> // for _Hash_impl