Khanattila / KNLMeansCL

An optimized OpenCL implementation of the Non-local means de-noising algorithm
GNU General Public License v3.0
107 stars 22 forks source link

ocl_utils.cpp: add cstring header include #37

Closed Traneptora closed 5 years ago

Traneptora commented 6 years ago

Currently the strstr() function is called, which resides in #include <cstring> but the include is missing. This just adds it in.

wallace11 commented 5 years ago

Would just like to add that I was unable to compile without this patch.