Upgrade Boost (#6899)

This commit is contained in:
mehrdadn
2020-02-25 14:33:12 -08:00
committed by GitHub
parent 1ea05a2c08
commit 57b33f1bed
4 changed files with 7 additions and 53 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
#define UNISTD_H
#include <getopt.h>
#include <io.h> // open/read/write/close
#include <process.h> // getpid
#include <io.h> // open/read/write/close
#ifndef EXTERN_C
#ifdef __cplusplus
#define EXTERN_C extern "C"