i got these errors when i try to compile an example in linux
/OF/addons/ofxDlib/libs/ofxDlib/include/ofx/Dlib/Utils.h:29:14: error: ‘glm’ does not name a type
inline const glm::tvec4<T>& toOf(const dlib::vector<T, 4>& v)
^
/OF/addons/ofxDlib/libs/ofxDlib/include/ofx/Dlib/Utils.h:39:14: error: ‘glm’ does not name a type
inline const glm::tvec3<T>& toOf(const dlib::vector<T, 3>& v)
^
/OF/addons/ofxDlib/libs/ofxDlib/include/ofx/Dlib/Utils.h:49:14: error: ‘glm’ does not name a type
inline const glm::tvec2<T>& toOf(const dlib::vector<T, 2>& v)
^
/OF/addons/ofxDlib/libs/ofxDlib/include/ofx/Dlib/Utils.h:59:14: error: ‘glm’ does not name a type
inline const glm::tvec1<T>& toOf(const dlib::vector<T, 1>& v)
^
/OF/addons/ofxDlib/example_3d_point_cloud/src/ofApp.cpp: In member function ‘virtual void ofApp::setup()’:
/OF/addons/ofxDlib/example_3d_point_cloud/src/ofApp.cpp:36:42: error: no matching function for call to ‘ofMesh::addVertex(ofPixels_<float>)’
mesh.addVertex(ofxDlib::toOf(val));
^
i got these errors when i try to compile an example in linux