Skip to content

Commit 611527b

Browse files
committed
Core/Utils: Fix nopch build with gcc 14
(cherry picked from commit 764b6a5a9336f77f43810022ce449524f6225b53)
1 parent 7d33481 commit 611527b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/Containers/FlatSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef TRINITYCORE_FLAT_SET_H
1818
#define TRINITYCORE_FLAT_SET_H
1919

20+
#include <algorithm>
2021
#include <functional>
2122
#include <vector>
2223

0 commit comments

Comments
 (0)