mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 02:17:51 +08:00
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>
|
||
|
|