luau/CodeGen
Kostadin Shishmanov b93ffc3546
Add #include <algorithm> to fix building with gcc 14
With gcc 14 some C++ Standard Library headers have been changed to no
longer include other headers that were used internally by the library.
In luau's case it is the <algorithm> header.

Downstream Gentoo bug: https://bugs.gentoo.org/917017

GCC 14 porting guide: https://gcc.gnu.org/gcc-14/porting_to.html#header-dep-changes

Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
2023-11-16 21:32:55 +02:00
..
include Sync to upstream/release/603 (#1097) 2023-11-10 13:10:07 -08:00
src Add #include <algorithm> to fix building with gcc 14 2023-11-16 21:32:55 +02:00