cinder / Cinder-OpenCV

OpenCV CinderBlock
101 stars 95 forks source link

glNext: Texture.h headers missing from samples src #12

Open indefinit opened 9 years ago

indefinit commented 9 years ago

I noticed all of the samples in the dev branch are missing "cinder/gl/Texture.h" in their respective app cpp's. This prevents them from compiling. Adding #include "cinder/gl/Texture.h" as well as the "-lz" linker flag in XCode fixes the problem.