From 96422e999fbfbfec22767649a973153afc4780f4 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 25 Nov 2014 19:18:01 -0500 Subject: Remove ptr_deque.hpp header include from vcl/outdev.hxx. This header is also a very high impact header. Change-Id: Iab63f2ec2edebc14b47820c6377a7f83131cfd06 --- starmath/source/mathmlexport.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'starmath') diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index fa4258ac19c1..ff48dc3b117c 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -63,6 +63,7 @@ #include #include +#include #include "mathmlexport.hxx" #include "register.hxx" -- cgit