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

Include <algorithm> for std::min

Change-Id: Id1321766532eab6ee49e418b0597e62d14b5b33c
üst eeeef4e8
...@@ -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 <limits.h> #include <limits.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <tools/debug.hxx> #include <tools/debug.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