kylemcdonald / ofxFaceTracker

CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker.
http://facetracker.net/
Other
1.39k stars 371 forks source link

issue with ofPushStyle #131

Open RichardBoyder opened 8 years ago

RichardBoyder commented 8 years ago

Hi there

ofPushStyle(); ofNoFill(); ofPopStyle(); ofDrawBitmapString(ofToString(i), getImagePoint(i));

it sais use of undeclared identifier for all of the above?

hsoyel commented 7 years ago

add

include "ofMain.h"

to the header