vcpkg/ports/botan/add-include-string.patch
JonLiu1993 d114d595a8
[botan] Fix error C2039: 'string': is not a member of 'std' (#40192)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-07-31 12:25:16 -07:00

13 lines
349 B
Diff

diff --git a/src/lib/math/pcurves/pcurves_id.h b/src/lib/math/pcurves/pcurves_id.h
index 915dd95..3d39666 100644
--- a/src/lib/math/pcurves/pcurves_id.h
+++ b/src/lib/math/pcurves/pcurves_id.h
@@ -10,6 +10,7 @@
#include <botan/secmem.h>
#include <botan/types.h>
#include <optional>
+#include <string>
#include <string_view>
#include <vector>