Use normal slash in #include

This commit is contained in:
Yuriy Chernyshov 2023-12-29 09:55:25 +01:00 committed by GitHub
parent 2e3ccb4e8e
commit 21b6f06f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};