sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

Header for the std::isalpha() function. #1238

Closed mckee-mt closed 11 months ago

mckee-mt commented 11 months ago

Depending on the environment, there seems to be a compilation error regarding the use of std::isalpha(). The likely cause is that the header file <cctype> is not included.

The target source file is src/nbla/function/generic/einsum.cpp. Maybe you should add '#include <cctype>' to include/nbla/common.hpp.

K.Makiuchi

TomonobuTsujikawa commented 11 months ago

Thank you for valuable information. We will add this include soon.