mirror of git://gcc.gnu.org/git/gcc.git
cxx11.cc: Include <memory>.
2013-04-08 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/libstdc++-prettyprinters/cxx11.cc: Include <memory>. From-SVN: r197594
This commit is contained in:
parent
661e6bd7e7
commit
d6222d4ef0
|
|
@ -1,3 +1,7 @@
|
|||
2013-04-08 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/libstdc++-prettyprinters/cxx11.cc: Include <memory>.
|
||||
|
||||
2013-04-07 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* include/Makefile.am: Add ext/aligned_buffer.h
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <iostream>
|
||||
|
||||
template<class T>
|
||||
|
|
|
|||
Loading…
Reference in New Issue