We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03d5cc commit 6ffb590Copy full SHA for 6ffb590
common/arg.cpp
@@ -3,6 +3,10 @@
3
#include "log.h"
4
#include "sampling.h"
5
6
+#ifdef _WIN32
7
+#define NOMINMAX
8
+#endif
9
+
10
#include <algorithm>
11
#include <climits>
12
#include <cstdarg>
0 commit comments