-
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.
[many ports 3] Include
<chrono>
for system_clock
and `high_resolu…
…tion_clock` (#42406)
- Loading branch information
Showing
21 changed files
with
103 additions
and
10 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,12 @@ | ||
diff --git a/ompl/src/ompl/util/src/RandomNumbers.cpp b/ompl/src/ompl/util/src/RandomNumbers.cpp | ||
index fe30070..048b42d 100644 | ||
--- a/ompl/src/ompl/util/src/RandomNumbers.cpp | ||
+++ b/ompl/src/ompl/util/src/RandomNumbers.cpp | ||
@@ -37,6 +37,7 @@ | ||
#include "ompl/util/RandomNumbers.h" | ||
#include "ompl/util/Exception.h" | ||
#include "ompl/util/Console.h" | ||
+#include <chrono> | ||
#include <mutex> | ||
#include <memory> | ||
#include <boost/math/constants/constants.hpp> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/core/include/openvino/pass/manager.hpp b/src/core/include/openvino/pass/manager.hpp | ||
index a026957..a727942 100644 | ||
--- a/src/core/include/openvino/pass/manager.hpp | ||
+++ b/src/core/include/openvino/pass/manager.hpp | ||
@@ -4,6 +4,7 @@ | ||
|
||
#pragma once | ||
|
||
+#include <chrono> | ||
#include <list> | ||
#include <memory> | ||
#include <typeinfo> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", | ||
"name": "openvino", | ||
"version": "2024.4.0", | ||
"port-version": 4, | ||
"port-version": 5, | ||
"maintainers": "OpenVINO Developers <[email protected]>", | ||
"summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference", | ||
"description": [ | ||
|
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,12 @@ | ||
diff --git a/src/platform/uvc-device.h b/src/platform/uvc-device.h | ||
index 48bd19e..b626799 100644 | ||
--- a/src/platform/uvc-device.h | ||
+++ b/src/platform/uvc-device.h | ||
@@ -15,6 +15,7 @@ | ||
#include <functional> | ||
#include <memory> | ||
#include <set> | ||
+#include <chrono> | ||
#include <thread> | ||
#include <algorithm> // find | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/include/wampcc/protocol.h b/include/wampcc/protocol.h | ||
index e863768..3c86033 100644 | ||
--- a/include/wampcc/protocol.h | ||
+++ b/include/wampcc/protocol.h | ||
@@ -11,6 +11,7 @@ | ||
#include "wampcc/types.h" | ||
|
||
#include <vector> | ||
+#include <chrono> | ||
#include <cstddef> | ||
#include <memory> | ||
#include <stdexcept> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/Util/util.cpp b/src/Util/util.cpp | ||
index 1da99cc..943a107 100644 | ||
--- a/src/Util/util.cpp | ||
+++ b/src/Util/util.cpp | ||
@@ -9,6 +9,7 @@ | ||
*/ | ||
|
||
#include <cassert> | ||
+#include <chrono> | ||
#include <cstdio> | ||
#include <cstdlib> | ||
#include <cstring> |
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
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