diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-10-03 11:25:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-10-03 11:41:50 +0300 |
commit | f5775505396e5459561883d5a1b9f091f84161d8 (patch) | |
tree | 362a94f4077b52e7ecfec8130954de3f18655fd6 /vcl/quartz | |
parent | 9d11ab9295b479e8d817e5dd37337b4fb8af7581 (diff) |
We need to include <o3tl/make_unique.hxx> here
Change-Id: I9670407cd9e848d208f844f6d0879a5a19b86f4c
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salbmp.cxx | 1 |
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> |