diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 17:40:35 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 17:40:35 +0100 | 
| commit | 99c8af17801552912c3afe8b8822fa3215c40459 (patch) | |
| tree | 146b6500e55784224ca353771315b99f3cba82d7 /video-opencv/video-property-page.cpp | |
| parent | 1bf24773344039a2460598afe68b9843769d1473 (diff) | |
video/opencv: fix linux build
Diffstat (limited to 'video-opencv/video-property-page.cpp')
| -rw-r--r-- | video-opencv/video-property-page.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/video-opencv/video-property-page.cpp b/video-opencv/video-property-page.cpp index 92abd887..a3fe5004 100644 --- a/video-opencv/video-property-page.cpp +++ b/video-opencv/video-property-page.cpp @@ -143,7 +143,7 @@ bool video_property_page::show(int idx)  #elif defined(__linux)  #   include <QProcess> -#   include "compat/camera-names.hpp" +#   include "camera-names.hpp"  bool video_property_page::show(int idx)  {  | 
