diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-12-23 10:20:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 10:20:32 -0800 |
| commit | c9d0c58ffe107550835987fc37504839e9d98f05 (patch) | |
| tree | a47ce1c7de0bd2a5663a3a4dc8f2de8ec556ec90 /src/d/d_menu_dmap_map.cpp | |
| parent | ce895330ed994de32f55a17a3d2dc5dbbb2ccb9b (diff) | |
MSL_C header cleanup (#2988)
* msl_c header cleanup
* math header cleanup
* fix rest of shieldD configs
* cleanup cflag configs a bit
* fix shield build
Diffstat (limited to 'src/d/d_menu_dmap_map.cpp')
| -rw-r--r-- | src/d/d_menu_dmap_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_menu_dmap_map.cpp b/src/d/d_menu_dmap_map.cpp index 9043a5657e..80278dda50 100644 --- a/src/d/d_menu_dmap_map.cpp +++ b/src/d/d_menu_dmap_map.cpp @@ -4,7 +4,7 @@ #include "d/dolzel.h" // IWYU pragma: keep -#include <cmath.h> +#include <math.h> #include "d/d_com_inf_game.h" #include "d/d_map_path_dmap.h" #include "d/d_menu_dmap.h" |
