From 5e1cadf1bdcad40e80fbab5f4750f3e8f4f13107 Mon Sep 17 00:00:00 2001 From: culacant Date: Tue, 6 Aug 2019 14:45:58 +0200 Subject: [PATCH] include to appease the travis CI gods --- examples/models/models_animation.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/models/models_animation.c b/examples/models/models_animation.c index 764ec121b..2883d1f31 100644 --- a/examples/models/models_animation.c +++ b/examples/models/models_animation.c @@ -17,6 +17,7 @@ * ********************************************************************************************/ +#include #include "raylib.h" int main(void)