summaryrefslogtreecommitdiff
path: root/xmloff/inc/pch
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/pch')
-rw-r--r--xmloff/inc/pch/precompiled_xo.hxx4
-rw-r--r--xmloff/inc/pch/precompiled_xof.hxx3
2 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx
index 65224f17791c..aec33d71a5b3 100644
--- a/xmloff/inc/pch/precompiled_xo.hxx
+++ b/xmloff/inc/pch/precompiled_xo.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2020-04-21 11:17:52 using:
+ Generated on 2020-04-25 20:56:05 using:
./bin/update_pch xmloff xo --cutoff=7 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -23,6 +23,7 @@
#if PCH_LEVEL >= 1
#include <algorithm>
#include <cassert>
+#include <cmath>
#include <cstddef>
#include <float.h>
#include <functional>
@@ -30,6 +31,7 @@
#include <limits.h>
#include <limits>
#include <map>
+#include <math.h>
#include <memory>
#include <new>
#include <ostream>
diff --git a/xmloff/inc/pch/precompiled_xof.hxx b/xmloff/inc/pch/precompiled_xof.hxx
index 91bcdda240d9..732ca7a7831a 100644
--- a/xmloff/inc/pch/precompiled_xof.hxx
+++ b/xmloff/inc/pch/precompiled_xof.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2019-10-17 15:17:56 using:
+ Generated on 2020-04-25 20:56:05 using:
./bin/update_pch xmloff xof --cutoff=1 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -28,6 +28,7 @@
#endif // PCH_LEVEL >= 1
#if PCH_LEVEL >= 2
#include <osl/diagnose.h>
+#include <rtl/math.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/config.h>