From 55f7abc2ccc8c4b9da30d28d8f3734722dc67c7d Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Mon, 17 Jun 2024 10:45:39 +0800 Subject: [PATCH] Fix MSVC error on unknown identifier uint in function.hpp --- source/function.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/function.hpp b/source/function.hpp index 4e3a320f..15bae4af 100644 --- a/source/function.hpp +++ b/source/function.hpp @@ -14,6 +14,7 @@ #define _INCLUDED_function_hpp_ #include +#include #include #include