Include stdlib.h in content.cpp for strtol

This commit is contained in:
Spencer Alves
2021-01-03 23:11:20 -08:00
parent e0fef8cc62
commit ee21d2dfe4
+1
View File
@@ -2,6 +2,7 @@
#include "game.h"
#include "assets/sprite.h"
#include "assets/tileset.h"
#include <stdlib.h>
using namespace TL;