mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
13 lines
308 B
Diff
13 lines
308 B
Diff
diff --git a/src/impl_instance.cpp b/src/impl_instance.cpp
|
|
index 1c49a91..300d0db 100644
|
|
--- a/src/impl_instance.cpp
|
|
+++ b/src/impl_instance.cpp
|
|
@@ -3,6 +3,7 @@
|
|
#include "impl_device.hpp"
|
|
#include "impl_features.hpp"
|
|
|
|
+#include <algorithm>
|
|
#include <vector>
|
|
|
|
// --- Begin API Functions ---
|