Avoid implicit declaration of atoi in CMake check
Future compilers will not support implicit function declarations by default, so include <stdlib.h> for a declaration of atoi.
Related to:
Future compilers will not support implicit function declarations by default, so include <stdlib.h> for a declaration of atoi.
Related to: