From 416ed6ce90d6fc3c2aa062e8d06e9705a5df652e Mon Sep 17 00:00:00 2001 From: guoling Date: Fri, 26 Apr 2024 18:26:10 +0800 Subject: [PATCH] fix linux compile error #1281 --- POSIX/demo/demo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/POSIX/demo/demo.cpp b/POSIX/demo/demo.cpp index d41bac60..8edfd0f6 100644 --- a/POSIX/demo/demo.cpp +++ b/POSIX/demo/demo.cpp @@ -29,10 +29,13 @@ #include #include #include +#include +#include #include #include #include #include + using namespace std; using namespace mmkv;