summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_ws.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-12-23 10:20:32 -0800
committerGitHub <noreply@github.com>2025-12-23 10:20:32 -0800
commitc9d0c58ffe107550835987fc37504839e9d98f05 (patch)
treea47ce1c7de0bd2a5663a3a4dc8f2de8ec556ec90 /src/d/actor/d_a_e_ws.cpp
parentce895330ed994de32f55a17a3d2dc5dbbb2ccb9b (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/actor/d_a_e_ws.cpp')
-rw-r--r--src/d/actor/d_a_e_ws.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_ws.cpp b/src/d/actor/d_a_e_ws.cpp
index 8708d5c321..ac4e851412 100644
--- a/src/d/actor/d_a_e_ws.cpp
+++ b/src/d/actor/d_a_e_ws.cpp
@@ -7,7 +7,7 @@
#include "d/actor/d_a_e_ws.h"
#include "d/actor/d_a_obj_carry.h"
-#include <cmath.h>
+#include <math.h>
#include "f_op/f_op_actor_enemy.h"
class daE_WS_HIO_c : public JORReflexible {