summaryrefslogtreecommitdiff
path: root/vcl/inc/pdf
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-09-17 15:13:14 +1000
committerMike Kaganski <mike.kaganski@collabora.com>2021-09-21 07:11:24 +0200
commit5c98fcffb23a9da8459e35bdd9946422fec8a320 (patch)
tree2d8fc94aa0554c330c61e009b3283ebfa69edddc /vcl/inc/pdf
parent47a8a65022e3fd7624c95d0341b4809aad11fddb (diff)
vcl: add sal/config.h in preparation for patch
The convention is that we need to add sal/config.h to the start of files. This patch is created in preparation of a patch I have queued to test and move PhysicalFontFace to vcl::font namespace. Change-Id: I15dd24d7f01e077d407ac192a0413d796517eb72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122228 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/inc/pdf')
-rw-r--r--vcl/inc/pdf/pdfbuildin_fonts.hxx2
-rw-r--r--vcl/inc/pdf/pdffontcache.hxx2
-rw-r--r--vcl/inc/pdf/pdfwriter_impl.hxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/pdf/pdfbuildin_fonts.hxx b/vcl/inc/pdf/pdfbuildin_fonts.hxx
index 9369c058072b..0ca4f9bdc492 100644
--- a/vcl/inc/pdf/pdfbuildin_fonts.hxx
+++ b/vcl/inc/pdf/pdfbuildin_fonts.hxx
@@ -19,6 +19,8 @@
#pragma once
+#include <sal/config.h>
+
#include <PhysicalFontFace.hxx>
#include <fontinstance.hxx>
diff --git a/vcl/inc/pdf/pdffontcache.hxx b/vcl/inc/pdf/pdffontcache.hxx
index b3eca45d4002..094652fefe89 100644
--- a/vcl/inc/pdf/pdffontcache.hxx
+++ b/vcl/inc/pdf/pdffontcache.hxx
@@ -19,6 +19,8 @@
#pragma once
+#include <sal/config.h>
+
#include <typeinfo>
#include <sal/types.h>
diff --git a/vcl/inc/pdf/pdfwriter_impl.hxx b/vcl/inc/pdf/pdfwriter_impl.hxx
index 3accc4d4488e..598c124f36b9 100644
--- a/vcl/inc/pdf/pdfwriter_impl.hxx
+++ b/vcl/inc/pdf/pdfwriter_impl.hxx
@@ -19,6 +19,8 @@
#pragma once
+#include <sal/config.h>
+
#include <map>
#include <list>
#include <unordered_map>