summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-01 08:54:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-01 08:54:20 +0000
commit609f0b8bff60104168cab54822d3e7643a6f10cb (patch)
tree52543392b1b5707b7a1222fc4dfb960f769d496f
parentbaa68e4e89c81b20f79576734cdbfa63665b3ff5 (diff)
add limits.h for rhel-6 build
Change-Id: I9d355be54eb4072044ad660296375fca8d0fa831
-rw-r--r--basic/source/classes/propacc.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx
index 166a07e5cb50..7fd2097245bd 100644
--- a/basic/source/classes/propacc.cxx
+++ b/basic/source/classes/propacc.cxx
@@ -21,8 +21,9 @@
#include "propacc.hxx"
#include <basic/sbstar.hxx>
-#include <sbunoobj.hxx>
#include <basic/sbuno.hxx>
+#include <sbunoobj.hxx>
+#include <limits.h>
#include <limits.h>