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