Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 1b32a98

Browse files
committed
Fixed Linux build.
1 parent 1e7b1b2 commit 1b32a98

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/natives.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
#include "natives.h"
2727

28+
#include <cstring>
29+
2830
#include <map>
2931

3032
#include "main.h"

src/timers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
#include "timers.h"
2727

28+
#include <cstring>
29+
2830
#include "main.h"
2931
#include "time.h"
3032

0 commit comments

Comments
 (0)