From d6f6f32e00c4cc07b4414bfee78faebcd9470154 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Thu, 12 Jul 2018 00:03:00 +0200 Subject: [PATCH] include math.h header in libsuperderpy.h --- src/libsuperderpy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsuperderpy.h b/src/libsuperderpy.h index 95d51bd..edd2f3e 100644 --- a/src/libsuperderpy.h +++ b/src/libsuperderpy.h @@ -52,6 +52,7 @@ struct GamestateResources; #include "timeline.h" #include "tween.h" #include "utils.h" +#include #include struct Gamestate;