mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Fixed the missing "#include <string.h>"
This commit is contained in:
parent
5579c8d9e8
commit
406e17d321
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ The `gfx.texture` module.
|
|||
#include <lauxlib.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "texture.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue