clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 61 forks source link

Fix compile error on some platforms by explicitly including stdexcept for statistical timer headers #173

Closed AdamBrouwersHarries closed 8 years ago

AdamBrouwersHarries commented 8 years ago

On some platforms, clSPARSE complains that runtime_error is not a member of std. This commit fixes this by explicitly including the <stdexcept> header in the relevant areas.

Duplicate of pull request #172 with the branch corrected.