From 99c8af17801552912c3afe8b8822fa3215c40459 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 18 Mar 2019 17:40:35 +0100 Subject: video/opencv: fix linux build --- video-opencv/video-property-page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video-opencv/video-property-page.cpp') 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 -# include "compat/camera-names.hpp" +# include "camera-names.hpp" bool video_property_page::show(int idx) { -- cgit v1.2.3