From 7182db5a675d5e331281c536e15da5a82f87692e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Jul 2014 02:16:01 +0300 Subject: Include for std::min() and max() Change-Id: I6a46e6466ab56aea14e16902cb51f9c3f088f30e --- i18npool/source/calendar/calendar_gregorian.cxx | 1 + i18npool/source/localedata/LocaleNode.cxx | 1 + shell/source/win32/SysShExec.cxx | 2 ++ 3 files changed, 4 insertions(+) diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index 1722a48e8152..ee9084433462 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "calendar_gregorian.hxx" #include "localedata.hxx" diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index 58bce7faf655..6f72cc2c1601 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index e152495d5907..9dd0efddf2a5 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + #include #include "SysShExec.hxx" #include -- cgit