diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 08:15:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:49 +0100 |
commit | 813080fde9c0e168337fad0784cfa4f78eb07191 (patch) | |
tree | 744bd186a377decd03d992c9e62a1c5eb02c7dae /svl/source | |
parent | aef3bc8b586938df5208bd888ebccfbd4e3a8761 (diff) |
Missing include
Change-Id: I62fd53d6f39349405865783bc44edbb7929664a1
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/poolio.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 4edf4aade20b..092f5d5fef51 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -27,6 +27,7 @@ #include <svl/SfxBroadcaster.hxx> #include <svl/filerec.hxx> #include "poolio.hxx" +#include <algorithm> #include <memory> /** |