Closed mathstuf closed 7 years ago
Yep, including <iterator>
seems to fix that problem. I'll do a PR shortly.
The next compile problem, however, leaves me a bit perplexed. Compiling vtkRasterFeature.cxx fails because vtkIOStream cannot open the include file 'iostream'. If you have any ideas on that one, please let me know...
Oops, forgot to use a VS2017 terminal.
Sorry, it's actually 2015 :) . But yep :) .
Not sure what's up. Looks like it just needs a sweep. At least this error is showing up:
which indicates that
<iterator>
isn't being included.Cc: @johnkit