diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 17:37:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 17:37:35 +0200 |
commit | 0a09ee52d3f22201819234ea15d2d50f3dd0e48e (patch) | |
tree | 940f02e767532a0b1223661f97788b9b2d65fe7b /ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp | |
parent | 941b72e0124d4a242b3a01b648be29fecbf8b928 (diff) |
faceapi: stuff
Diffstat (limited to 'ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp')
-rw-r--r-- | ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp b/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp index b867c60a..77fcd6fc 100644 --- a/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp +++ b/ftnoir_tracker_sm/ftnoir_tracker_faceapi.cpp @@ -22,11 +22,11 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. * * * ********************************************************************************/ -#include "ftnoir_tracker_sm.h" #include <QtGui> #include <QMessageBox> #include "facetracknoir/global-settings.h" #include <QThread> +#include "ftnoir_tracker_sm/ftnoir_tracker_sm.h" FTNoIR_Tracker::FTNoIR_Tracker() : shm(SM_MM_DATA, SM_MUTEX, sizeof(SMMemMap)), started(false) { |