KCL-BMEIS / niftyreg

This project contains command line tools to perform rigid, affine and non-linear registration of nifti or analyse images as well as utilities
BSD 3-Clause "New" or "Revised" License
141 stars 42 forks source link

include stdexcept for USE_THROW_EXCEPT #54

Closed rijobro closed 5 years ago

rijobro commented 5 years ago

if USE_THROW_EXCEPT is set to ON in CMake, then throw std::runtime_error will be used. This requires #include <stdexcept>.