diff options
| author | kipcode66 <kipcode66@gmail.com> | 2026-01-26 17:20:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 00:20:19 +0200 |
| commit | d787afaee05a8facca99ca4e30323b66e72157ea (patch) | |
| tree | 40a31396ecc6567ccd7e08ab4eaf7d6ad7320237 /include/JSystem | |
| parent | be3efedee34194f88845a5f4413096812ac22dfd (diff) | |
Std7 (#3068)
* fix standard compiler error for d_a_tag_TWgate
* fix standard compiler errors for J3DJoint
* fix regression in ShieldD
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DJoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DJoint.h b/include/JSystem/J3DGraphAnimator/J3DJoint.h index eeecdabbd4..4482e5d618 100644 --- a/include/JSystem/J3DGraphAnimator/J3DJoint.h +++ b/include/JSystem/J3DGraphAnimator/J3DJoint.h @@ -1,6 +1,7 @@ #ifndef J3DJOINT_H #define J3DJOINT_H +#include "JSystem/J3DGraphAnimator/J3DAnimation.h" #include "JSystem/J3DGraphBase/J3DTransform.h" #include "JSystem/J3DGraphBase/J3DMaterial.h" |
