Windows fixes

This commit is contained in:
Jack Andersen
2016-05-29 08:45:31 -10:00
parent 494a39e76a
commit c287173bab
3 changed files with 14 additions and 4 deletions

View File

@@ -4,9 +4,12 @@
#include <algorithm>
#include <limits.h>
#include <stdio.h>
#include <strings.h>
#include <stdint.h>
#ifndef _MSC_VER
#include <strings.h>
#endif
namespace amuse
{