diff options
| author | Luke Street <luke@street.dev> | 2026-02-28 13:11:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-28 12:11:00 -0800 |
| commit | c900a043b89786d5e594ec883d9acd92e0db6bc7 (patch) | |
| tree | 72aa155ca8fcb6d1234ccec7a527fcf02745d6ac /src/d/d_meter_hakusha.cpp | |
| parent | d017a3cd36dacdcbd6a62640a85b8715540d82e5 (diff) | |
Some GCC compilation fixes (#3114)
* Fix 6-byte multichar literals
* Add `struct` to `e_ga_class::ga_s`
* Fix remaining wrong forward declares (struct/class)
* Replace `#include <string>` with `#include <cstring>`
* Guard FLT_EPSILON define to prevent redefinition
* Add missing `#include <cstring>` for direct cstring function usage
Diffstat (limited to 'src/d/d_meter_hakusha.cpp')
| -rw-r--r-- | src/d/d_meter_hakusha.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_meter_hakusha.cpp b/src/d/d_meter_hakusha.cpp index ab9a0fc833..8e11b76757 100644 --- a/src/d/d_meter_hakusha.cpp +++ b/src/d/d_meter_hakusha.cpp @@ -13,6 +13,7 @@ #include "d/d_meter2_info.h" #include "d/d_meter_HIO.h" #include "d/d_pane_class.h" +#include <cstring> dMeterHakusha_c::dMeterHakusha_c(void* i_screen) { field_0x004 = (J2DScreen*)i_screen; |
