mirror of
https://github.com/NoelFB/tiny_link.git
synced 2024-11-25 18:18:56 +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 "assets/sprite.h"
|
||||
#include "assets/tileset.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace TL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user