ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

src/facedetectcnn.h: error: must #include <typeinfo> before using typeid #189

Closed goodhope258 closed 4 years ago

goodhope258 commented 4 years ago

src/facedetectcnn.h:200:31: error: must #include before using typeid if (typeid(signed char) != typeid(T)) ^ src/facedetectcnn.h:200:44: error: must #include before using typeid if (typeid(signed char) != typeid(T)) ^ src/facedetectcnn.h:233:33: error: must #include before using typeid if (typeid(unsigned char) != typeid(T)) ^ src/facedetectcnn.h:233:46: error: must #include before using typeid if (typeid(unsigned char) != typeid(T)) ^

AndyShaw2048 commented 4 years ago

198 You could try it.