From 7d6ec91db99d5f049db7dd8aea186a4c74f6742f Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Wed, 19 Jun 2024 21:56:30 +0800 Subject: [PATCH] Fix MSVC error on unknown identifier uint in function.hpp (#301) --- 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