1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
16 Generated on 2023-01-24 17:21:40 using:
17 ./bin/update_pch external/liborcus orcus-parser --cutoff=1 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./external/liborcus/inc/pch/precompiled_orcus-parser.hxx "make external/liborcus.build" --find-conflicts
23 #include <sal/config.h>
43 #include <string_view>
45 #include <unordered_map>
46 #include <unordered_set>
50 #include <boost/archive/iterators/base64_from_binary.hpp>
51 #include <boost/archive/iterators/binary_from_base64.hpp>
52 #include <boost/archive/iterators/transform_width.hpp>
53 #include <boost/filesystem.hpp>
54 #include <boost/interprocess/file_mapping.hpp>
55 #include <boost/interprocess/mapped_region.hpp>
56 #include <boost/pool/object_pool.hpp>
57 #endif // PCH_LEVEL >= 1
59 #endif // PCH_LEVEL >= 2
61 #include <mdds/global.hpp>
62 #include <mdds/sorted_string_map.hpp>
63 #include <orcus/base64.hpp>
64 #include <orcus/cell_buffer.hpp>
65 #include <orcus/css_parser_base.hpp>
66 #include <orcus/css_types.hpp>
67 #include <orcus/csv_parser_base.hpp>
68 #include <orcus/detail/parser_token_buffer.hpp>
69 #include <orcus/exception.hpp>
70 #include <orcus/json_global.hpp>
71 #include <orcus/json_parser.hpp>
72 #include <orcus/json_parser_base.hpp>
73 #include <orcus/json_parser_thread.hpp>
74 #include <orcus/parser_base.hpp>
75 #include <orcus/parser_global.hpp>
76 #include <orcus/sax_parser_base.hpp>
77 #include <orcus/sax_token_parser.hpp>
78 #include <orcus/sax_token_parser_thread.hpp>
79 #include <orcus/stream.hpp>
80 #include <orcus/string_pool.hpp>
81 #include <orcus/tokens.hpp>
82 #include <orcus/types.hpp>
83 #include <orcus/xml_namespace.hpp>
84 #include <orcus/xml_writer.hpp>
85 #include <orcus/yaml_parser_base.hpp>
86 #include <orcus/zip_archive.hpp>
87 #include <orcus/zip_archive_stream.hpp>
88 #endif // PCH_LEVEL >= 3
90 #endif // PCH_LEVEL >= 4
92 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */