-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opencv4] Add include <chrono> for system_clock
- Loading branch information
1 parent
80d54ff
commit 2f81923
Showing
5 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/modules/gapi/src/streaming/gstreamer/gstreamersource.cpp b/modules/gapi/src/streaming/gstreamer/gstreamersource.cpp | ||
index 9fb15729b45a..0d6d7dd5b248 100644 | ||
--- a/modules/gapi/src/streaming/gstreamer/gstreamersource.cpp | ||
+++ b/modules/gapi/src/streaming/gstreamer/gstreamersource.cpp | ||
@@ -17,6 +17,8 @@ | ||
|
||
#include <opencv2/imgproc.hpp> | ||
|
||
+#include <chrono> | ||
+ | ||
#ifdef HAVE_GSTREAMER | ||
#include <gst/app/gstappsink.h> | ||
#include <gst/gstbuffer.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters