Forgot to add fallback define for CONFIG_DIR in FaceLandmarkImg

This commit is contained in:
Chris Watts 2016-12-31 16:52:30 +00:00
parent 4260f6a20e
commit dbe677db38
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@
#include <FaceAnalyser.h>
#include <GazeEstimation.h>
#ifndef CONFIG_DIR
#define CONFIG_DIR "~"
#endif
using namespace std;
vector<string> get_arguments(int argc, char **argv)