]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2015-09-17 Catherine Moore <clm@codesourcery.com>
authorclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Sep 2015 23:16:53 +0000 (23:16 +0000)
committerclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Sep 2015 23:16:53 +0000 (23:16 +0000)
        * src/c++11/debug.cc: Include <cstdio>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227888 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8de683ecd86979c40c8981c16619c88e806bf59a..89b40174df5609b03b2a795b7b1bb1d33ff5f42b 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 ae56c30273ff71b4faa406b147bd86e8c92d9a3b..d8ffc6df51df187640e81c8d2042627c4a72e18e 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