diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-08-15 12:37:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-08-15 12:37:15 +0200 |
commit | 764b6a5a9336f77f43810022ce449524f6225b53 (patch) | |
tree | 7c41b6c81bd136f7d5184fd66cfa8183594032bb /src | |
parent | 718c0f54bda4685629d66143c02f086e0cd32095 (diff) |
Core/Utils: Fix nopch build with gcc 14
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Containers/FlatSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Containers/FlatSet.h b/src/common/Containers/FlatSet.h index 2a94282794a..694c994b520 100644 --- a/src/common/Containers/FlatSet.h +++ b/src/common/Containers/FlatSet.h @@ -17,6 +17,7 @@ #ifndef TRINITYCORE_FLAT_SET_H #define TRINITYCORE_FLAT_SET_H +#include <algorithm> #include <functional> #include <vector> |