From 9819f4221ced92fced1760d75019d399c9a3383c Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 16 Sep 2021 16:15:17 +1000 Subject: Add sal/config.h in preparation for patch The convention is that we need to add sal/config.h to the start of files. I have a patch queued to be able to create a FontMetric from a PhysicalFontFace. Submitting this patch so I can hopefully one day land this patch. Change-Id: I5817acd6e194da576f2c8a13539d38954a4f4e15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122172 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- framework/source/uielement/fontsizemenucontroller.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework') diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx index 0a90c125ec84..2e43dd0b8609 100644 --- a/framework/source/uielement/fontsizemenucontroller.cxx +++ b/framework/source/uielement/fontsizemenucontroller.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + #include #include -- cgit