2009-08-29 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Aug 2009 19:35:21 +0000 (19:35 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Aug 2009 19:35:21 +0000 (19:35 +0000)
* include/bits/stl_construct.h: Include <bits/move.h>.

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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_construct.h

index 818d3c3..9d9badb 100644 (file)
@@ -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.
index 0366eec..3c30b9a 100644 (file)
@@ -58,6 +58,7 @@
 #define _STL_CONSTRUCT_H 1
 
 #include <new>
+#include <bits/move.h>
 
 _GLIBCXX_BEGIN_NAMESPACE(std)