Skip to content

Commit

Permalink
Use math.h, not cmath
Browse files Browse the repository at this point in the history
  • Loading branch information
GravisZro committed May 2, 2024
1 parent f90aafb commit c1e9777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fix.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#define _FIX_H

#include <cstdint>
#include <cmath>
#include <math.h>

// Disable the "possible loss of data" warning
#pragma warning(disable : 4244)
Expand Down

0 comments on commit c1e9777

Please sign in to comment.