ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.15k stars 440 forks source link

fatal error C1083: Cannot open include file: 'cerrno': No such file or directory #35

Closed jaimestuardo closed 7 years ago

jaimestuardo commented 7 years ago

How can i compíle? I am using VC++ 2008

ben-strasser commented 7 years ago

Hi,

Option 1 (strongly recommended): Upgrade your compiler. Your compiler is 9 years old. You will run into heaps of further problems with that compiler down the road. Option 2: Replace with

Best Regards Ben Strasser