]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_construct.h: Include <bits/move.h>.
authorPaolo Carlini <paolo.carlini@oracle.com>
Sat, 29 Aug 2009 19:35:21 +0000 (19:35 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 29 Aug 2009 19:35:21 +0000 (19:35 +0000)
2009-08-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_construct.h: Include <bits/move.h>.

From-SVN: r151208

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

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