chart2/source/controller/dialogs/dlg_InsertTitle.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit ddf7e388f2e45dbbe4e1f90610373dea530a425f Author: Noel Grandin <[email protected]> AuthorDate: Tue Jan 25 11:40:07 2022 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Tue Jan 25 14:10:16 2022 +0100 extra include needed for UBSAN Change-Id: I7a5125947bac0ff657a98fda9cdc34f188d0f5d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128913 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/chart2/source/controller/dialogs/dlg_InsertTitle.cxx b/chart2/source/controller/dialogs/dlg_InsertTitle.cxx index 03f942945823..b5428f234d57 100644 --- a/chart2/source/controller/dialogs/dlg_InsertTitle.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertTitle.cxx @@ -20,6 +20,7 @@ #include <dlg_InsertTitle.hxx> #include <res_Titles.hxx> #include <ObjectNameProvider.hxx> +#include <ChartModel.hxx> namespace chart {
