diff options
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> |