Kaydet (Commit) 7182db5a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Include <algorithm> for std::min() and max()

Change-Id: I6a46e6466ab56aea14e16902cb51f9c3f088f30e
üst 77107530
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <algorithm>
#include "calendar_gregorian.hxx" #include "calendar_gregorian.hxx"
#include "localedata.hxx" #include "localedata.hxx"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <algorithm>
#include <iostream> #include <iostream>
#include <set> #include <set>
#include <vector> #include <vector>
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <algorithm>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include "SysShExec.hxx" #include "SysShExec.hxx"
#include <osl/file.hxx> #include <osl/file.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment