diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-08 02:16:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-08 02:37:34 +0300 |
commit | 7182db5a675d5e331281c536e15da5a82f87692e (patch) | |
tree | f05a7ab195e3982c4afc8377b9b09c012230ce1c /shell | |
parent | 771075301a1f3322657d47a77c24c4e16b71be51 (diff) |
Include <algorithm> for std::min() and max()
Change-Id: I6a46e6466ab56aea14e16902cb51f9c3f088f30e
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/SysShExec.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 <algorithm> + #include <osl/diagnose.h> #include "SysShExec.hxx" #include <osl/file.hxx> |