mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Nopch build fix2
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
#include "RSA.h"
|
||||
#include <openssl/pem.h>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#define CHECK_AND_DECLARE_FUNCTION_TYPE(name, publicKey, privateKey) \
|
||||
static_assert(std::is_same<decltype(&publicKey), decltype(&privateKey)>::value, \
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#include "Define.h"
|
||||
#include <openssl/rsa.h>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
||||
namespace Trinity
|
||||
|
||||
Reference in New Issue
Block a user