luau/CodeGen
Kostadin 0492ecffdf
Add #include <algorithm> to fix building with gcc 14 (#1104)
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.
2023-11-16 11:51:16 -08: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 (#1104) 2023-11-16 11:51:16 -08:00