summaryrefslogtreecommitdiff
path: root/svl/source/undo
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2015-09-01 12:29:10 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-01 12:33:02 +0200
commit220ec3b1a9b2583ea23e32a406d5f0821e04c99c (patch)
treedfeac0256ab064eab51474a7ac185c5c1b72c01f /svl/source/undo
parentd2a42d67727b6953ea27ff53a0adc0a012f85460 (diff)
sw: include limits.h to fix build on Ubuntu 12.04
Change-Id: I37d4d4a933cfd1df8dc8f8258e270bd3dbcef714
Diffstat (limited to 'svl/source/undo')
-rw-r--r--svl/source/undo/undo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index f0f5df9c6b8b..cdc14a00483b 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -29,7 +29,7 @@
#include <vector>
#include <list>
-#include <limits>
+#include <limits.h>
#include <algorithm>
using ::com::sun::star::uno::Exception;