mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Include <algorithm> and <vector> in IrUtils.cpp
This commit is contained in:
parent
c6e2b536d4
commit
76e0958146
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
#include "lua.h"
|
||||
#include "lnumutils.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue