Skip to content

Commit 67b3e22

Browse files
committed
fix: include string.h in file, where it was previously implictely included, but it isn't now
1 parent d284153 commit 67b3e22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helper/console_helpers.hpp

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

99
#include "./windows.hpp"
1010

11+
#include <string.h>
12+
1113
namespace console {
1214

1315
OOPETRIS_GRAPHICS_EXPORTED void debug_write(const char* text, size_t size);

0 commit comments

Comments
 (0)