imaris / ImarisWriter

Apache License 2.0
29 stars 13 forks source link

Include stdexcept header to fix C2039 error #1

Closed mkitti closed 3 years ago

mkitti commented 3 years ago

Fixes C2039: 'runtime_error': is not a member of 'std' when using Visual Studio 2019

mkitti commented 3 years ago

Specifically I have an error around line 50/51 using bpException = std::exception; when I do not include

https://en.cppreference.com/w/cpp/error/runtime_error