Skip to content

Commit

Permalink
fix linux compile error #1281
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Apr 26, 2024
1 parent 5da44ef commit 416ed6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions POSIX/demo/demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@
#include <string>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
#include <cstring>
#include <cassert>
#include <time.h>

using namespace std;
using namespace mmkv;

Expand Down

0 comments on commit 416ed6c

Please sign in to comment.