diff options
| author | robojumper <robojumper@gmail.com> | 2026-05-31 18:08:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-31 18:08:09 +0200 |
| commit | 560ff1832045cda4247db542c8dacfd2e614d9dc (patch) | |
| tree | a18c851ac393218e8b88f7cd90c3fdd5574ba063 /include/d | |
| parent | 31423c25ae448ddf8c4c6c8577bd76530eb33e02 (diff) | |
| parent | 9b4820921c10c7157b9f21fbf0da0acc93075bcb (diff) | |
Merge pull request #325 from robojumper/reimport-msl-c
Re-import MSL_C from TP
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/col/c/c_m3d.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/col/c/c_m3d.h b/include/d/col/c/c_m3d.h index 8623afb9..dfbd8ab7 100644 --- a/include/d/col/c/c_m3d.h +++ b/include/d/col/c/c_m3d.h @@ -2,11 +2,12 @@ #define C_M3D_H #include "common.h" -#include "math.h" #include "nw4r/types_nw4r.h" #include "nw4r/math.h" // IWYU pragma: export +#include <cmath> + class cM3dGAab; class cM3dGCps; class cM3dGCyl; |
