Fix "std::max" errors in MSVC

dev-time-step
Mateusz Przybył 2016-02-21 14:29:09 +01:00
parent 1d73421eff
commit 7b286d77b5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "CBot/CBotVar/CBotVar.h"
#include <cassert>
#include <algorithm>
namespace CBot
{