2
0
Ray 5 жил өмнө
parent
commit
bd13d4a471
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/models.c

+ 1 - 0
src/models.c

@@ -45,6 +45,7 @@
 
 #include "utils.h"          // Required for: LoadFileData(), LoadFileText(), SaveFileText()
 
+#include <stdio.h>          // Required for: sprintf()
 #include <stdlib.h>         // Required for: malloc(), free()
 #include <string.h>         // Required for: memcmp(), strlen()
 #include <math.h>           // Required for: sinf(), cosf(), sqrtf(), fabsf()