From c0505ac7fbe3d3e71aa826760de749f007dc662e Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 12 May 2020 21:48:41 -0700 Subject: [PATCH] windows build fix with max which is a macro --- ixbots/ixbots/IXCobraBotConfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ixbots/ixbots/IXCobraBotConfig.h b/ixbots/ixbots/IXCobraBotConfig.h index 46d99dc8..15dab740 100644 --- a/ixbots/ixbots/IXCobraBotConfig.h +++ b/ixbots/ixbots/IXCobraBotConfig.h @@ -10,6 +10,10 @@ #include #include +#ifdef max +#undef max +#endif + namespace ix { struct CobraBotConfig