mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
Fix missing include for std::exchange
(#1147)
This commit is contained in:
parent
f31232d301
commit
73360e5399
@ -9,6 +9,7 @@
|
||||
#include <memory>
|
||||
#include <new>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
|
||||
namespace Luau
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user