POV-Ray / povray

The Persistence of Vision Raytracer: http://www.povray.org/
GNU Affero General Public License v3.0
1.35k stars 282 forks source link

Error C2065 : 'string' undeclared identifier #371

Open trevorsandy opened 5 years ago

trevorsandy commented 5 years ago

Another small Windows console build break on:

https://github.com/POV-Ray/povray/blob/74b3ebe07c19d556d940ad25518d76426d59ad38/vfe/win/console/winconsole.cpp#L64

Build succeeds with std::string str.

Cheers,