[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - drawinglayer/source

Michael Stahl mstahl at redhat.com
Mon Nov 30 06:10:37 PST 2015


 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b0c13c4927c536e845614f1e7a171b7eed680f35
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Nov 30 15:07:50 2015 +0100

    try to fix MSVC build
    
    Because i'm an idiot i pushed a commit without looking at the jenkins
    build failure...
    
    Change-Id: I8e7a02d6c1d20c2231288ea050986064f1f814c8

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index ba55f41..7c66c2c 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -27,6 +27,8 @@
 #include <vcl/lazydelete.hxx>
 #include <vcl/dibtools.hxx>
 
+#include <map>
+
 
 // buffered VDev usage
 


More information about the Libreoffice-commits mailing list