diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-01-26 14:52:44 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-01-26 14:52:44 +0000 |
commit | 78bde487da1a9938614e3ddba2959abeb5142d93 (patch) | |
tree | e52ec1a93ce796cb65494abf778618faa078697e /FTNoIR_Tracker_HT/stdafx.h | |
parent | 94dfe7c0ac584d02a28b804587ec291b15af8d74 (diff) |
Add camera human-readable names to HT tracker. c14 please do the same PT is your turf :P
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@232 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Tracker_HT/stdafx.h')
-rw-r--r-- | FTNoIR_Tracker_HT/stdafx.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FTNoIR_Tracker_HT/stdafx.h b/FTNoIR_Tracker_HT/stdafx.h index a0c72843..9cbe1001 100644 --- a/FTNoIR_Tracker_HT/stdafx.h +++ b/FTNoIR_Tracker_HT/stdafx.h @@ -37,4 +37,7 @@ #include <QHBoxLayout> #include <QTimer> #include <QPainter> -#include <QPaintEvent>
\ No newline at end of file +#include <QPaintEvent> +#include <QList> +#include <QString> +#include <dshow.h>
\ No newline at end of file |