Fix for issue #177 with mingw

This commit is contained in:
xantares
2014-04-21 21:58:29 +02:00
parent 0e62405406
commit f48c8eccce

View File

@@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define AI_TYPES_H_INC
// Some runtime headers
#include <cstring>
#include <sys/types.h>
#include <memory.h>
#include <math.h>