fix: fastmath includes

This commit is contained in:
2025-12-20 22:00:07 +01:00
parent 3b06e581c6
commit 5684fb0839

View File

@@ -1,8 +1,8 @@
#ifndef FASTMATH_H #ifndef FASTMATH_H
#define FASTMATH_H #define FASTMATH_H
#include <math.h>
#include <iostream> #include <iostream>
#include <math.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <vector> #include <vector>