Skip to content

Commit bf7efc7

Browse files
authored
更新 UnityResolve.hpp
1 parent b921d15 commit bf7efc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnityResolve.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
#if WINDOWS_MODE || LINUX_MODE || IOS_MODE
4747
#include <format>
48-
#include <numbers>
4948
#include <ranges>
5049
#include <regex>
5150
#endif
@@ -61,7 +60,8 @@
6160
#include <string>
6261
#include <unordered_map>
6362
#include <vector>
64-
#include <functional>
63+
#include <functional>
64+
#include <numbers>
6565

6666
#ifdef USE_GLM
6767
#include <glm/glm.hpp>

0 commit comments

Comments
 (0)