Merge pull request #24796 from georgthegreat:patch-2

Use normal slash in #include
pull/24798/head
Alexander Smorkalov 11 months ago committed by GitHub
commit 039f68f1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/videoio/src/cap_winrt_bridge.hpp

@ -33,7 +33,7 @@
#include <ppltasks.h>
#include <concrt.h>
#include <agile.h>
#include <opencv2\core.hpp>
#include <opencv2/core.hpp>
#include <mutex>
#include <memory>
@ -114,4 +114,4 @@ private:
cv::Mat backInputMat;
int deviceIndex, width, height;
};
};

Loading…
Cancel
Save