Skip to content

Commit 7ff34a8

Browse files
committed
fix: cmake 构建提示 floor 方法的头文件缺失问题
1 parent 95620cb commit 7ff34a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/cpp/quickjs_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "quickjs_wrapper.h"
55
#include "../quickjs/cutils.h"
66
#include <cstring>
7-
#include <math.h>
7+
#include <cmath>
88

99
#define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1)
1010

0 commit comments

Comments
 (0)