Skip to content
Permalink
Browse files
Fix build
  • Loading branch information
nyalldawson committed Aug 24, 2017
1 parent eaf861c commit 0fbca6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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>
@@ -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>

0 comments on commit 0fbca6f

Please sign in to comment.