diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 19:18:01 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 21:14:46 -0500 |
commit | 96422e999fbfbfec22767649a973153afc4780f4 (patch) | |
tree | 94672e201d98a2d074013cd5168d4a2f206355f2 /starmath | |
parent | 5c3f47e44c2a734bddd0c3fb7f1151d5096ac494 (diff) |
Remove ptr_deque.hpp header include from vcl/outdev.hxx.
This header is also a very high impact header.
Change-Id: Iab63f2ec2edebc14b47820c6377a7f83131cfd06
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <comphelper/servicehelper.hxx> #include <memory> +#include <stack> #include "mathmlexport.hxx" #include "register.hxx" |