Fix for issue #177 with mingw

pull/255/head
xantares 2014-04-21 21:58:29 +02:00
parent 0e62405406
commit f48c8eccce
1 changed files with 1 additions and 0 deletions

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>