mirror of
https://github.com/NoelFB/tiny_link.git
synced 2025-04-05 00:39:18 +08:00
Include stdlib.h in content.cpp for strtol
This commit is contained in:
parent
e0fef8cc62
commit
ee21d2dfe4
@ -2,6 +2,7 @@
|
|||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "assets/sprite.h"
|
#include "assets/sprite.h"
|
||||||
#include "assets/tileset.h"
|
#include "assets/tileset.h"
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
using namespace TL;
|
using namespace TL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user