From fd1372ba8b1c3eb3c7fad6d9c623176c8071f31b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 1 Jan 2015 19:58:59 +0000 Subject: boost::unordered_map->std::unordered_map you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19 --- xmloff/inc/pch/precompiled_xo.hxx | 2 +- xmloff/inc/pch/precompiled_xof.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/inc/pch') diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 3a8c4ab671d7..67ce4a1fdc8a 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -552,6 +551,7 @@ #include #include #include +#include #include #include #include diff --git a/xmloff/inc/pch/precompiled_xof.hxx b/xmloff/inc/pch/precompiled_xof.hxx index 4edfb09d295f..02b1a9e0cca1 100644 --- a/xmloff/inc/pch/precompiled_xof.hxx +++ b/xmloff/inc/pch/precompiled_xof.hxx @@ -14,7 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include #include #include #include @@ -37,5 +36,6 @@ #include #include #include +#include /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit