aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/botan/libcxx-winpthread-fixes.patch
blob: e20fe9fe98deab287186044d429c004f35826efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/tests/tests.h b/src/tests/tests.h
index 284cf28..ad4996b 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -18,7 +18,9 @@
 #include <map>
 #include <memory>
 #include <optional>
+#ifndef __ANDROID__
 #include <ranges>
+#endif
 #include <set>
 #include <span>
 #include <sstream>