mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Add forgotten math.h include
This commit is contained in:
parent
73c88c6b07
commit
301b06c152
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "lua.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <array>
|
||||
#include <utility>
|
||||
|
|
Loading…
Add table
Reference in a new issue