Skip to content

Commit 92efcba

Browse files
committed
fix: include <cstring> in file, where it was previously implictely included, but it isn't now
1 parent 67b3e22 commit 92efcba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helper/platform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <SDL.h>
1212
#include <cerrno>
1313
#include <cstdlib>
14+
#include <cstring>
1415
#include <spdlog/spdlog.h>
1516

1617
namespace {

0 commit comments

Comments
 (0)