diff options
author | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-17 23:16:53 +0000 |
---|---|---|
committer | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-17 23:16:53 +0000 |
commit | a63a17505346bb3a91ce3de6fe238264c4d849ac (patch) | |
tree | b069d3aff5790167126775f67c075543df041e0c /libstdc++-v3/src | |
parent | fd16f36d1986fbbb9f802b3649e543f3f41227ea (diff) | |
download | gcc-a63a17505346bb3a91ce3de6fe238264c4d849ac.tar.gz |
2015-09-17 Catherine Moore <clm@codesourcery.com>
* src/c++11/debug.cc: Include <cstdio>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/src')
-rw-r--r-- | libstdc++-v3/src/c++11/debug.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/src/c++11/debug.cc b/libstdc++-v3/src/c++11/debug.cc index ae56c30273f..d8ffc6df51d 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 |