mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Use normal slash in #include
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user