diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-14 02:30:12 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-23 07:22:53 +0200 |
commit | 35af9aa55056299a20983777069f6d3f6007c03a (patch) | |
tree | 6b9508c983627e0d62220e640a782ddcd19b95af /docmodel | |
parent | 7d6ca465224e5e839055e9607deeb2a80a93621b (diff) |
tdf#146619 Recheck include/d* with IWYU
Change-Id: Ib17953b49e5035255203e33778a262211d1491f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156985
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'docmodel')
-rw-r--r-- | docmodel/source/color/ComplexColorJSON.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docmodel/source/color/ComplexColorJSON.cxx b/docmodel/source/color/ComplexColorJSON.cxx index 9be3ec0c0303..7c09a1e8221d 100644 --- a/docmodel/source/color/ComplexColorJSON.cxx +++ b/docmodel/source/color/ComplexColorJSON.cxx @@ -9,6 +9,7 @@ */ #include <docmodel/color/ComplexColorJSON.hxx> +#include <boost/property_tree/json_parser.hpp> #include <sstream> #include <utility> #include <sal/log.hxx> |