summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-17 15:20:31 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-18 11:00:04 +0200
commit7d7fea7f75524611238ce1b3546b95646cdcf359 (patch)
tree0b8f8b14ab4c35653923be643701599135b18612 /reportdesign/inc
parent06cfc566a4734bd8d517920d3dfc210afe068295 (diff)
make bin/update_pch.s always include code in trivial #if's
E.g. #ifdef LIBO_INTERNAL_ONLY is always true for code that builds with our PCHs. Change-Id: I3cf311ea3621b909105754cfea2cb0116b8b67f5 Reviewed-on: https://gerrit.libreoffice.org/80961 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/pch/precompiled_rpt.hxx5
-rw-r--r--reportdesign/inc/pch/precompiled_rptui.hxx2
-rw-r--r--reportdesign/inc/pch/precompiled_rptxml.hxx4
3 files changed, 9 insertions, 2 deletions
diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx
index b68d6a5c70d5..b10f97423ad3 100644
--- a/reportdesign/inc/pch/precompiled_rpt.hxx
+++ b/reportdesign/inc/pch/precompiled_rpt.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-12 16:36:11 using:
+ Generated on 2019-10-17 16:10:49 using:
./bin/update_pch reportdesign rpt --cutoff=9 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -29,6 +29,7 @@
#include <deque>
#include <float.h>
#include <functional>
+#include <initializer_list>
#include <iomanip>
#include <limits.h>
#include <limits>
@@ -42,6 +43,7 @@
#include <stddef.h>
#include <string.h>
#include <string>
+#include <string_view>
#include <type_traits>
#include <typeinfo>
#include <unordered_map>
@@ -71,6 +73,7 @@
#include <rtl/strbuf.hxx>
#include <rtl/string.h>
#include <rtl/string.hxx>
+#include <rtl/stringconcat.hxx>
#include <rtl/stringutils.hxx>
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx
index f8dd1452bfb2..064d9a9bbc4f 100644
--- a/reportdesign/inc/pch/precompiled_rptui.hxx
+++ b/reportdesign/inc/pch/precompiled_rptui.hxx
@@ -46,6 +46,7 @@
#include <stddef.h>
#include <string.h>
#include <string>
+#include <string_view>
#include <type_traits>
#include <typeinfo>
#include <unordered_map>
@@ -76,6 +77,7 @@
#include <rtl/strbuf.hxx>
#include <rtl/string.h>
#include <rtl/string.hxx>
+#include <rtl/stringconcat.hxx>
#include <rtl/stringutils.hxx>
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
diff --git a/reportdesign/inc/pch/precompiled_rptxml.hxx b/reportdesign/inc/pch/precompiled_rptxml.hxx
index feff7dae436f..cb6fe3136668 100644
--- a/reportdesign/inc/pch/precompiled_rptxml.hxx
+++ b/reportdesign/inc/pch/precompiled_rptxml.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-12 16:36:20 using:
+ Generated on 2019-10-17 16:10:52 using:
./bin/update_pch reportdesign rptxml --cutoff=2 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -27,6 +27,7 @@
#include <limits>
#include <memory>
#include <new>
+#include <string_view>
#include <unordered_set>
#include <vector>
#include <boost/property_tree/ptree.hpp>
@@ -38,6 +39,7 @@
#include <rtl/strbuf.h>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
+#include <rtl/stringconcat.hxx>
#include <rtl/stringutils.hxx>
#include <rtl/textenc.h>
#include <rtl/unload.h>