mirror of
https://github.com/NoelFB/tiny_link.git
synced 2025-06-29 19:25:27 +08:00
Include stdlib.h in content.cpp for strtol
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#include "game.h"
|
||||
#include "assets/sprite.h"
|
||||
#include "assets/tileset.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace TL;
|
||||
|
||||
|
Reference in New Issue
Block a user