diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 11:52:17 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 11:52:17 +0100 |
commit | 344e390b9d114b3cbdd9d1b39ea44e5cdf875788 (patch) | |
tree | 123ca1fbd7af2776b7c7ef5c9cec3d659ef3e7dc | |
parent | 8d8c715352d37c28e0e4987a29dbdb3e3db50ac8 (diff) |
#i109991#
-rw-r--r-- | configmgr/source/xcdparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/xcdparser.cxx b/configmgr/source/xcdparser.cxx index 2f860f805487..8306c692c30f 100644 --- a/configmgr/source/xcdparser.cxx +++ b/configmgr/source/xcdparser.cxx @@ -28,7 +28,7 @@ #include "precompiled_configmgr.hxx" #include "sal/config.h" -#include <cstddef> +#include <climits> #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/RuntimeException.hpp" |