Skip to content

Commit 039f68f

Browse files
authored
Merge pull request opencv#24796 from georgthegreat:patch-2
Use normal slash in #include
2 parents 2e3ccb4 + 21b6f06 commit 039f68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/videoio/src/cap_winrt_bridge.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <ppltasks.h>
3434
#include <concrt.h>
3535
#include <agile.h>
36-
#include <opencv2\core.hpp>
36+
#include <opencv2/core.hpp>
3737

3838
#include <mutex>
3939
#include <memory>
@@ -114,4 +114,4 @@ class VideoioBridge
114114
cv::Mat backInputMat;
115115

116116
int deviceIndex, width, height;
117-
};
117+
};

0 commit comments

Comments
 (0)