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

Stephan Bergmann sbergman at redhat.com
Thu Dec 3 04:16:24 PST 2015


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

New commits:
commit 9b6d78cc68e9dc644bf2d06b358049de3cd3ee8f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 27 17:45:34 2015 +0100

    Missing includes
    
    Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673
    (cherry picked from commit d7ceaae4cd1b31edb92c4a0987048b3405b3d346)

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index fde5ba9..c9ef7ab 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -17,6 +17,12 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <algorithm>
+#include <map>
+#include <vector>
+
 #include <vclhelperbufferdevice.hxx>
 #include <basegfx/range/b2drange.hxx>
 #include <vcl/bitmapex.hxx>


More information about the Libreoffice-commits mailing list