diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:52:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:53:01 +0200 |
commit | 31bab22b5ee7bc18ad4bdb2fb74ed4948a900cc0 (patch) | |
tree | 7532ffae7542002136e94f217fa3596787f0cc0a /video-opencv/impl-metadata.cpp | |
parent | c246ff0280eda1a8ccdfdfb557037b7cea8ecc63 (diff) |
compat/camera-names: move to original location
Issue: #946
Diffstat (limited to 'video-opencv/impl-metadata.cpp')
-rw-r--r-- | video-opencv/impl-metadata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-opencv/impl-metadata.cpp b/video-opencv/impl-metadata.cpp index 84b11822..48a2e693 100644 --- a/video-opencv/impl-metadata.cpp +++ b/video-opencv/impl-metadata.cpp @@ -1,5 +1,5 @@ #include "impl.hpp" -#include "camera-names.hpp" +#include "compat/camera-names.hpp" #include "video-property-page.hpp" namespace opencv_camera_impl { |