summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-18 17:19:43 +0300
committerTor Lillqvist <tml@collabora.com>2015-05-18 17:20:13 +0300
commit29cfe8252748c46605537ac67c4ec326d0bb03f7 (patch)
treef0d9afeffeba67a076577b4768b4b7b9bdf59bb5 /sw
parent60fb87cf6cfcbdb1a7ece00e8a2e9d1112903ed0 (diff)
Include <cstdint> early to be sure to get SIZE_MAX
See a441d5fbe59436089e5f7b882a3482212c9ee208 for discussion. Change-Id: I456cb814ff032a06b0ae5fbc5717869f9845a1c4
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/misc/srtdlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx
index 1fd265201f01..298dd171c313 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>