From 19f9a7e298ed32e653cc3062b7a332e56ecee24d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Nov 2017 23:03:52 +0100 Subject: Remove unused #include from vcl/outdev.hxx ...and fix the fallout Change-Id: Ie514bd95d5a9f990a887566619031e9844c40b92 Reviewed-on: https://gerrit.libreoffice.org/45195 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- starmath/source/parse.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'starmath/source/parse.cxx') diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 92dca7b025a1..05412fa8e13a 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include -- cgit