diff options
-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) { |