AstraSDK 0.4.0 VS2015 compatibility

For any of you using Visual Studio 2015, the build will initially fail since the #include of <algorithm> in \include\Astra\StreamReader.h doesn’t drag in <iterator> anymore:

\include\Astra\StreamReader.h	'back_inserter': is not a member of 'std'

If you modify the header to #include <iterator>, everything that I have tried so far works fine (depth, IR and color streams – I have not done anything with hand tracking.)

1 Like

Good catch and glad to hear VS2015 support is almost there! I will add an issue to github and look into it.

Fixed in Astra SDK v0.5.0.