random: Add back <cstdio> include.
2013-07-23 Paolo Carlini <paolo.carlini@oracle.com> * include/std/random: Add back <cstdio> include. * src/c++11/random.cc: Don't include <cstdio> here. From-SVN: r201160
This commit is contained in:
parent
78625ce608
commit
3c68decc48
@ -1,3 +1,8 @@
|
||||
2013-07-23 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/std/random: Add back <cstdio> include.
|
||||
* src/c++11/random.cc: Don't include <cstdio> here.
|
||||
|
||||
2013-07-22 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR libstdc++/57914
|
||||
|
@ -36,6 +36,7 @@
|
||||
#else
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdio> // For FILE
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
|
@ -30,8 +30,6 @@
|
||||
# include <cpuid.h>
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef _GLIBCXX_HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user