Skip to content

Commit 8c896da

Browse files
committed
[WIN32] fix NOMINMAX
1 parent 3f69a20 commit 8c896da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pyMOOS.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#if defined(_WIN32)
2+
#define NOMINMAX
3+
#endif
4+
15
#include <exception>
26
#include "MOOS/libMOOS/Comms/MOOSMsg.h"
37
#include "MOOS/libMOOS/Comms/MOOSCommClient.h"

0 commit comments

Comments
 (0)