Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2024-11-08 20:58:52 +08:00
122 changed files with 7571 additions and 1746 deletions

View File

@@ -23,7 +23,7 @@
*/
#include "Define.h"
#include <algorithm>
#include <vector>
namespace ByteConverter
{

View File

@@ -18,7 +18,7 @@
#ifndef IteratorPair_h__
#define IteratorPair_h__
#include <utility>
#include <vector> // NOTE: this import is NEEDED (even though some IDEs report it as unused)
namespace Acore
{

View File

@@ -17,8 +17,8 @@
#include "SFMTRand.h"
#include "Timer.h"
#include <algorithm>
#include <array>
#include <functional>
#include <random>
#if defined(__aarch64__)

View File

@@ -19,7 +19,6 @@
#define AC_SMARTENUM_H
#include "IteratorPair.h"
#include <iterator>
struct EnumText
{