fix: fastmath includes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user