fix non-Singeli builds

This commit is contained in:
dzaima 2023-10-26 17:31:52 +03:00
parent 3775cd0025
commit b6594008cd

View File

@ -1,5 +1,6 @@
#include "../core.h"
#include "../utils/each.h"
#include "../builtins.h"
#include <math.h>
static f64 pfmod(f64 a, f64 b) {