Skip to content

Commit 0f81f07

Browse files
committed
Fix compile issues.
1 parent c4f7e26 commit 0f81f07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
#include "output.hpp"
2626

27+
#ifdef LINUX
28+
#include <cstring>
29+
#endif
2730
#include <string>
2831

2932
#ifdef WINDOWS

0 commit comments

Comments
 (0)