diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-06 22:25:36 -0700 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-06 22:25:36 -0700 |
commit | 8762edd0fa1b9131a7e090f9759aba37d6ec64cf (patch) | |
tree | cae8a67a0c48e7f13499cfcf6c8f907f1d9a6dca /ftnoir_tracker_pt/camera.h | |
parent | 30ffe1f0a349ce23e27c01e9ee898f604d07cec6 (diff) |
unbreak build following rename
Diffstat (limited to 'ftnoir_tracker_pt/camera.h')
-rw-r--r-- | ftnoir_tracker_pt/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/camera.h b/ftnoir_tracker_pt/camera.h index ea68c387..a9f60841 100644 --- a/ftnoir_tracker_pt/camera.h +++ b/ftnoir_tracker_pt/camera.h @@ -12,7 +12,7 @@ #ifndef OPENTRACK_API
# include <boost/shared_ptr.hpp>
#else
-# include "FTNoIR_Tracker_PT/boost-compat.h"
+# include <memory> # include <opencv2/highgui/highgui.hpp>
# include <opencv2/highgui/highgui_c.h>
#endif
|