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

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

Change-Id: Ic3ab061ab8d3578130dfa8a637e5351d4f5d766e
üst bc1a0a83
......@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <algorithm>
#ifdef WNT
#include <windows.h>
#else
......
......@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <algorithm>
#ifdef WNT
#include <windows.h>
#undef min
......
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