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/pt_video_widget.h | |
parent | 30ffe1f0a349ce23e27c01e9ee898f604d07cec6 (diff) |
unbreak build following rename
Diffstat (limited to 'ftnoir_tracker_pt/pt_video_widget.h')
-rw-r--r-- | ftnoir_tracker_pt/pt_video_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/pt_video_widget.h b/ftnoir_tracker_pt/pt_video_widget.h index 25d593c3..f7de4db8 100644 --- a/ftnoir_tracker_pt/pt_video_widget.h +++ b/ftnoir_tracker_pt/pt_video_widget.h @@ -16,7 +16,7 @@ # include <QGLWidget>
# include <boost/shared_ptr.hpp>
#else
-# include "FTNoIR_Tracker_PT/boost-compat.h"
+# include <memory> # if defined(_WIN32)
# include <dshow.h>
# endif
|