windows build fix with max which is a macro

This commit is contained in:
Benjamin Sergeant 2020-05-12 21:48:41 -07:00
parent 1af39bf0eb
commit c0505ac7fb

View File

@ -10,6 +10,10 @@
#include <limits>
#include <ixcobra/IXCobraConfig.h>
#ifdef max
#undef max
#endif
namespace ix
{
struct CobraBotConfig