summaryrefslogtreecommitdiffhomepage
path: root/video-opencv/video-property-page.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'video-opencv/video-property-page.cpp')
-rw-r--r--video-opencv/video-property-page.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/video-opencv/video-property-page.cpp b/video-opencv/video-property-page.cpp
index 078898a5..8057bf9e 100644
--- a/video-opencv/video-property-page.cpp
+++ b/video-opencv/video-property-page.cpp
@@ -9,7 +9,7 @@
#ifdef _WIN32
-#include "camera-names.hpp"
+#include "compat/camera-names.hpp"
#include "compat/sleep.hpp"
#include "compat/run-in-thread.hpp"
#include "compat/library-path.hpp"
@@ -149,7 +149,7 @@ bool video_property_page::show(int idx)
#elif defined(__linux)
# include <QProcess>
-# include "camera-names.hpp"
+# include "compat/camera-names.hpp"
bool video_property_page::show(int idx)
{