Core/Common: Update PCH content to include most commonly used headers

This commit is contained in:
Shauren
2025-06-11 16:35:31 +02:00
parent 2abf19e832
commit 1ae7cdd512
8 changed files with 28 additions and 38 deletions

View File

@@ -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