diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 05:54:17 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:59 +0100 |
commit | 7c4ccbc12b1bc732c7255b2c708081ca25bf9cb1 (patch) | |
tree | 1af647bee03a85bf74bedce8acb65c29ce21045d /vcl | |
parent | 6efec7dca078dd92137a69886ca7f2bb8497df86 (diff) |
fix build
Change-Id: I2c5152dfffa8f29502b902fbdcb0eabdb1d31704
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/textrender.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index b18b6300724b..f4dcc8358cb1 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX #define INCLUDED_VCL_INC_UNX_CAIROFONTIMPL_HXX -#include <tools/rational.hxx> +#include <sal/types.h> #include <vcl/salgtype.hxx> #include <vcl/vclenum.hxx> #include <vcl/metric.hxx> |