summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 17:45:34 +0100
committerTor Lillqvist <tml@collabora.com>2015-12-03 14:15:57 +0200
commit9b6d78cc68e9dc644bf2d06b358049de3cd3ee8f (patch)
treeb465049793a4e87bdef8b7ee1fd2b7f6c468e73d /drawinglayer
parentc3a4bfcb0b6191665e63440b99fbf57080bd5c56 (diff)
Missing includes
Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673 (cherry picked from commit d7ceaae4cd1b31edb92c4a0987048b3405b3d346)
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index fde5ba9a1de6..c9ef7ab24ad1 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>