mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Common: Update PCH content to include most commonly used headers
This commit is contained in:
@@ -22,12 +22,13 @@
|
||||
#include "Errors.h"
|
||||
#include "Optional.h"
|
||||
#include "Types.h"
|
||||
#include "Util.h"
|
||||
#include <charconv>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <type_traits>
|
||||
|
||||
TC_COMMON_API bool StringEqualI(std::string_view str1, std::string_view str2);
|
||||
|
||||
namespace Trinity::Impl::StringConvertImpl
|
||||
{
|
||||
template <typename T, typename = void> struct For
|
||||
|
||||
Reference in New Issue
Block a user