Fix compiling for MingW too.

This commit is contained in:
Nathan Letwory 2010-10-09 21:31:32 +00:00
parent f72eef5de7
commit d420d09da9
2 changed files with 2 additions and 2 deletions

@ -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