forked from bartvdbraak/blender
Fix compiling for MingW too.
This commit is contained in:
parent
f72eef5de7
commit
d420d09da9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user