[Libreoffice-commits] core.git: basic/source
Caolán McNamara
caolanm at redhat.com
Fri Nov 1 09:55:15 CET 2013
basic/source/classes/propacc.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 609f0b8bff60104168cab54822d3e7643a6f10cb
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Nov 1 08:54:20 2013 +0000
add limits.h for rhel-6 build
Change-Id: I9d355be54eb4072044ad660296375fca8d0fa831
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx
index 166a07e..7fd2097 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>
More information about the Libreoffice-commits
mailing list