Another missing #include that MSVC2003 noticed

This commit is contained in:
Clownacy 2019-02-23 15:25:49 +00:00
parent 3e4ef292c4
commit d55f72aeaf

View file

@ -1,5 +1,6 @@
#include "Font.h"
#include <math.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>