Skip to content

Commit

Permalink
Fix missing include for std::exchange (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gskartwii authored Jan 16, 2024
1 parent f31232d commit 73360e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/include/Luau/VecDeque.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <memory>
#include <new>
#include <stdexcept>
#include <utility>

namespace Luau
{
Expand Down

0 comments on commit 73360e5

Please sign in to comment.