diff options
Diffstat (limited to 'sfx2/inc/idpool.hxx')
-rw-r--r-- | sfx2/inc/idpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/idpool.hxx b/sfx2/inc/idpool.hxx index 6d1d8886668d..1c67492a8483 100644 --- a/sfx2/inc/idpool.hxx +++ b/sfx2/inc/idpool.hxx @@ -19,7 +19,7 @@ #ifndef _SFXIDPOOL_HXX #define _SFXIDPOOL_HXX -#include <limits.h> // USHRT_MAX +#include <limits.h> #include "bitset.hxx" // class IdPool ---------------------------------------------------------- |