drawinglayer/source/processor2d/vclhelperbufferdevice.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit b0c13c4927c536e845614f1e7a171b7eed680f35 Author: Michael Stahl <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
