From 220ec3b1a9b2583ea23e32a406d5f0821e04c99c Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Tue, 1 Sep 2015 12:29:10 +0200 Subject: sw: include limits.h to fix build on Ubuntu 12.04 Change-Id: I37d4d4a933cfd1df8dc8f8258e270bd3dbcef714 --- svl/source/undo/undo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source') 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 #include -#include +#include #include using ::com::sun::star::uno::Exception; -- cgit