diff --git a/src/moonlight-protocol/crypto/crypto/crypto.hpp b/src/moonlight-protocol/crypto/crypto/crypto.hpp index a5344d26..992c7445 100644 --- a/src/moonlight-protocol/crypto/crypto/crypto.hpp +++ b/src/moonlight-protocol/crypto/crypto/crypto.hpp @@ -1,10 +1,10 @@ #pragma once +#include #include #include #include #include -#include namespace crypto { @@ -145,7 +145,6 @@ namespace x509 { using x509_ptr = std::shared_ptr; using pkey_ptr = std::shared_ptr; - /** * @brief Generates a 2048-bit RSA key. *