[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Mon May 18 07:23:08 PDT 2015
sw/source/ui/misc/srtdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 29cfe8252748c46605537ac67c4ec326d0bb03f7
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon May 18 17:19:43 2015 +0300
Include <cstdint> early to be sure to get SIZE_MAX
See a441d5fbe59436089e5f7b882a3482212c9ee208 for discussion.
Change-Id: I456cb814ff032a06b0ae5fbc5717869f9845a1c4
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx
index 1fd2652..298dd17 100644
--- a/sw/source/ui/misc/srtdlg.cxx
+++ b/sw/source/ui/misc/srtdlg.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <cstdint>
+
#include "srtdlg.hxx"
#include <vcl/lstbox.hxx>
More information about the Libreoffice-commits
mailing list