mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
13 lines
308 B
Diff
13 lines
308 B
Diff
|
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
|
||
|
|