sc/source/filter/inc/xlpage.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d5f149e7d2f46e7fb4e48b634c2918764065acbb
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Sep 17 17:23:46 2015 +0100

    missing include
    
    Change-Id: If162a5847822065ccb6acb42337e22342261f113

diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index f5333b9..b60d21a 100644
--- a/sc/source/filter/inc/xlpage.hxx
+++ b/sc/source/filter/inc/xlpage.hxx
@@ -23,6 +23,7 @@
 #include <tools/gen.hxx>
 #include <boost/noncopyable.hpp>
 #include "xltools.hxx"
+#include <memory>
 
 // Constants and Enumerations =================================================
 
@@ -91,7 +92,7 @@ class SvxBrushItem;
 /** Contains all page (print) settings for a single sheet. */
 struct XclPageData : private boost::noncopyable
 {
-    typedef ::std::unique_ptr< SvxBrushItem > SvxBrushItemPtr;
+    typedef std::unique_ptr< SvxBrushItem > SvxBrushItemPtr;
 
     ScfUInt16Vec        maHorPageBreaks;    /// Horizontal page breaks.
     ScfUInt16Vec        maVerPageBreaks;    /// Vertical page breaks.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to