Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21b6f06

Browse files
authoredDec 29, 2023
Use normal slash in #include
1 parent 2e3ccb4 commit 21b6f06

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)
Failed to load comments.