Fix compiling for MingW too.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef WIN32
|
||||
#if !defined(WIN32) || defined(FREE_WINDOWS)
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef WIN32
|
||||
#if !defined(WIN32) || defined(FREE_WINDOWS)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user