include math.h header in libsuperderpy.h

This commit is contained in:
Sebastian Krzyszkowiak 2018-07-12 00:03:00 +02:00
parent 7a5c2f9ed3
commit d6f6f32e00

View file

@ -52,6 +52,7 @@ struct GamestateResources;
#include "timeline.h" #include "timeline.h"
#include "tween.h" #include "tween.h"
#include "utils.h" #include "utils.h"
#include <math.h>
#include <sys/param.h> #include <sys/param.h>
struct Gamestate; struct Gamestate;