summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-04 10:01:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-04 12:05:13 +0100
commit1ac449874c0e93ee7e7a9765053d392fde0067f4 (patch)
tree15c2cb81a53cebabddf3e5417329cb149f5043d1 /sot
parent8830cf86b146b1252ac37f351a23246088d569b0 (diff)
update pches
Change-Id: I3e22c2000da03f6f3345353846213203993aa865 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107192 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/pch/precompiled_sot.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sot/inc/pch/precompiled_sot.hxx b/sot/inc/pch/precompiled_sot.hxx
index cb241c4f046b..5e42ec974a49 100644
--- a/sot/inc/pch/precompiled_sot.hxx
+++ b/sot/inc/pch/precompiled_sot.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-09-03 20:51:13 using:
+ Generated on 2020-12-04 09:59:40 using:
./bin/update_pch sot sot --cutoff=5 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -23,11 +23,13 @@
#if PCH_LEVEL >= 1
#include <cassert>
#include <cstddef>
+#include <cstdlib>
#include <limits>
#include <memory>
#include <new>
#include <ostream>
#include <string_view>
+#include <type_traits>
#include <utility>
#endif // PCH_LEVEL >= 1
#if PCH_LEVEL >= 2