During build with MSVC 2015 it throws error C1038: include file <unistd.h> can not be found. Fixed it with including <stdint.h> msvc also has the error that getline in unknown (error C3861). Fixed this with including <string>
During build with MSVC 2015 it throws error C1038: include file <unistd.h> can not be found.
Fixed it with including <stdint.h>
msvc also has the error that getline in unknown (error C3861). Fixed this with including