diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-10-25 17:35:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-10-25 17:35:37 +0300 |
commit | c799679135882337e65eab23eabdcae2d8b42786 (patch) | |
tree | ab8e35ca18a6e3cdfbb3d2302cb6bb38b97c4d10 | |
parent | 8ae4e64287643b7340e6e35bd16fffeac663e809 (diff) |
Need <o3tl/make_unique.hxx>
Change-Id: I416523b701f6468bcbbc47e9e4e507c319b6beaa
-rw-r--r-- | vcl/quartz/salgdi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index eaf1d2b9c273..fc600660c935 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -26,6 +26,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/range/b2drectangle.hxx> +#include <o3tl/make_unique.hxx> #include <osl/file.hxx> #include <osl/process.h> #include <rtl/bootstrap.h> |