aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2009-08-29 19:35:21 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-08-29 19:35:21 +0000
commit6401164d1972f4c0b9199631c2e01c0f70b55c2d (patch)
tree62c2e212cd3ad6264a28da3d20ef3704a3e9ac18
parent55dd8445566670fbfd037d6d586875b68942fc60 (diff)
downloadgcc-6401164d1972f4c0b9199631c2e01c0f70b55c2d.zip
gcc-6401164d1972f4c0b9199631c2e01c0f70b55c2d.tar.gz
gcc-6401164d1972f4c0b9199631c2e01c0f70b55c2d.tar.bz2
stl_construct.h: Include <bits/move.h>.
2009-08-29 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/stl_construct.h: Include <bits/move.h>. From-SVN: r151208
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/bits/stl_construct.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 818d3c3..9d9badb 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-29 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * include/bits/stl_construct.h: Include <bits/move.h>.
+
2009-08-29 Chris Jefferson <chris@bubblescope.net>
* include/bits/move.h (_GLIBCXX_FORWARD): Add.
diff --git a/libstdc++-v3/include/bits/stl_construct.h b/libstdc++-v3/include/bits/stl_construct.h
index 0366eec..3c30b9a 100644
--- a/libstdc++-v3/include/bits/stl_construct.h
+++ b/libstdc++-v3/include/bits/stl_construct.h
@@ -58,6 +58,7 @@
#define _STL_CONSTRUCT_H 1
#include <new>
+#include <bits/move.h>
_GLIBCXX_BEGIN_NAMESPACE(std)