diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-11 10:04:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-11 10:04:40 +0200 |
commit | f60e521f24863643c7befed7f84db7d659c3c547 (patch) | |
tree | c432a9435595009801a3ed5f2a58b7cd19fa4b74 | |
parent | 808d40139283e6dbc2248efaf661502f6e22f0ac (diff) |
missing include
Change-Id: I7ac5607f911d3ffc469fe01fcf708899f3e23e57
-rw-r--r-- | include/svl/poolitem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 428c6699226c..8a687bfaa358 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -22,6 +22,8 @@ #include <sal/config.h> +#include <climits> + #include <com/sun/star/uno/Any.hxx> #include <svl/hint.hxx> #include <svl/svldllapi.h> |