From 5b9c8241ea3a536cd0652bddbca110d86e09dcf9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 Aug 2014 18:40:50 +0200 Subject: Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id: I11db6f87f3b8b32578c0c83d3df7b11d3533b5ef --- svtools/source/graphic/provider.cxx | 1 + svtools/source/graphic/renderer.cxx | 1 + svtools/source/hatchwindow/hatchwindowfactory.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'svtools') diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx index 1cf6620820d2..c21577be0c7f 100644 --- a/svtools/source/graphic/provider.cxx +++ b/svtools/source/graphic/provider.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/svtools/source/graphic/renderer.cxx b/svtools/source/graphic/renderer.cxx index e262f3189f43..297166fb858c 100644 --- a/svtools/source/graphic/renderer.cxx +++ b/svtools/source/graphic/renderer.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/svtools/source/hatchwindow/hatchwindowfactory.cxx b/svtools/source/hatchwindow/hatchwindowfactory.cxx index 51dbdfe99dbe..d31c989cefa0 100644 --- a/svtools/source/hatchwindow/hatchwindowfactory.cxx +++ b/svtools/source/hatchwindow/hatchwindowfactory.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include -- cgit