fix windows build?
This commit is contained in:
parent
c03d5cc11a
commit
6ffb590e15
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "sampling.h"
|
#include "sampling.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define NOMINMAX
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue