[Libreoffice-commits] core.git: drawinglayer/source
Stephan Bergmann
sbergman at redhat.com
Fri Nov 27 08:46:03 PST 2015
drawinglayer/source/processor2d/vclhelperbufferdevice.cxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit d7ceaae4cd1b31edb92c4a0987048b3405b3d346
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 27 17:45:34 2015 +0100
Missing includes
Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673
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