فهرست منبع

Entity: math.h

SG 1 سال پیش
والد
کامیت
8db2720e54
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      entity.c

+ 1 - 0
entity.c

@@ -2,6 +2,7 @@
 #include "entity_i.h"
 #include <stdlib.h>
 #include <furi.h>
+#include <math.h>
 
 #ifdef ENTITY_DEBUG
 #define ENTITY_D(...) FURI_LOG_D("Entity", __VA_ARGS__)