SG 1 anno fa
parent
commit
8db2720e54
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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__)