OpenGeoscience / vtkMap

vtkMap
24 stars 13 forks source link

Compilation fails with VS2015 #89

Closed mathstuf closed 7 years ago

mathstuf commented 7 years ago

Not sure what's up. Looks like it just needs a sweep. At least this error is showing up:

error C3861: 'back_inserter': identifier not found

which indicates that <iterator> isn't being included.

Cc: @johnkit

johnkit commented 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...

windowserror

johnkit commented 7 years ago

Oops, forgot to use a VS2017 terminal.

mathstuf commented 7 years ago

Sorry, it's actually 2015 :) . But yep :) .