From d4c55a6c5fe055210ccc8cfcfae64de1e36b542f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=83=9C=ED=9B=88?= <110105327+IT-magician@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:04:37 +0900 Subject: [PATCH] Update Types.hpp this can solve the error on the environment of Ubuntu 24.04 --- include/CommonAPI/Types.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/CommonAPI/Types.hpp b/include/CommonAPI/Types.hpp index a1dd83c..c44af46 100644 --- a/include/CommonAPI/Types.hpp +++ b/include/CommonAPI/Types.hpp @@ -10,6 +10,8 @@ #ifndef COMMONAPI_TYPES_HPP_ #define COMMONAPI_TYPES_HPP_ +#include // this can solve the error on the environment of Ubuntu 24.04 + #include #include #include