summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 17:45:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-27 17:45:34 +0100
commitd7ceaae4cd1b31edb92c4a0987048b3405b3d346 (patch)
tree7df85274bee4616dd5cea84e6d97dd7690c9b9e7 /drawinglayer
parentb1b8d82558089dd0979f7c70c4004479a6355616 (diff)
Missing includes
Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673
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>