windows build fix with max which is a macro
This commit is contained in:
parent
1af39bf0eb
commit
c0505ac7fb
@ -10,6 +10,10 @@
|
||||
#include <limits>
|
||||
#include <ixcobra/IXCobraConfig.h>
|
||||
|
||||
#ifdef max
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
namespace ix
|
||||
{
|
||||
struct CobraBotConfig
|
||||
|
Loading…
Reference in New Issue
Block a user