Fix build

This commit is contained in:
Nyall Dawson 2017-08-25 06:28:07 +10:00
parent eaf861c258
commit 0fbca6fe0a
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ extern "C"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cmath>
#include <math.h>
#ifdef WIN32
#include <fcntl.h>
#include <io.h>

View File

@ -18,7 +18,7 @@ extern "C"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cmath>
#include <math.h>
#include <assert.h>
#ifdef WIN32
#include <fcntl.h>