summaryrefslogtreecommitdiff
path: root/svx/inc/pch/precompiled_svxcore.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/pch/precompiled_svxcore.hxx')
-rw-r--r--svx/inc/pch/precompiled_svxcore.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index 3978d42f17cd..ea9506e07fb9 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.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-11 13:06:07 using:
+ Generated on 2019-10-17 16:11:39 using:
./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -28,6 +28,7 @@
#include <deque>
#include <float.h>
#include <functional>
+#include <initializer_list>
#include <iomanip>
#include <limits.h>
#include <limits>
@@ -41,6 +42,8 @@
#include <stack>
#include <stddef.h>
#include <string.h>
+#include <string>
+#include <string_view>
#include <type_traits>
#include <typeinfo>
#include <unordered_map>
@@ -58,6 +61,7 @@
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <osl/process.h>
+#include <osl/thread.h>
#include <osl/time.h>
#include <rtl/alloc.h>
#include <rtl/character.hxx>
@@ -71,6 +75,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>