zeek/auxil/vcpkg/ports/botan/libcxx-winpthread-fixes.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
304 B
Diff

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>