summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-10-03 11:25:01 +0300
committerTor Lillqvist <tml@iki.fi>2018-10-03 11:41:50 +0300
commitf5775505396e5459561883d5a1b9f091f84161d8 (patch)
tree362a94f4077b52e7ecfec8130954de3f18655fd6 /vcl/quartz
parent9d11ab9295b479e8d817e5dd37337b4fb8af7581 (diff)
We need to include <o3tl/make_unique.hxx> here
Change-Id: I9670407cd9e848d208f844f6d0879a5a19b86f4c
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salbmp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index 94c02fd92aee..8f3b9e3492ca 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -24,6 +24,7 @@
#include <limits>
#include <o3tl/make_shared.hxx>
+#include <o3tl/make_unique.hxx>
#include <basegfx/vector/b2ivector.hxx>
#include <tools/color.hxx>
#include <vcl/bitmap.hxx>