diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-30 19:26:03 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-30 20:00:30 +0300 |
commit | d74ca89ae860025aea98a36cee19fc128a7846e4 (patch) | |
tree | f3e5664bbe7c34d95146f00e8825f4cb3de66a47 /xmloff/source | |
parent | bdde962f918af1c5ffa5799487941f3bd18e2409 (diff) |
Include <algorithm> for std::sort()
Hopefully helps a Gentoo tinderbox.
Change-Id: I2e83b867113ba04a708c9fbb46c728368c4328c0
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/style/impastpl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx index 8aca0b1b3f1d..c41b5dc92cb3 100644 --- a/xmloff/source/style/impastpl.cxx +++ b/xmloff/source/style/impastpl.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <algorithm> + #include <rtl/ustrbuf.hxx> #include <tools/debug.hxx> #include <xmloff/PageMasterStyleMap.hxx> |