mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:39:06 +08:00
d114d595a8
Co-authored-by: Jon <v-zhli17@microsoft.com>
13 lines
349 B
Diff
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>
|
|
|