Commit 1dfe43a
committed
fix(wwmemlog): Add stddef.h include for size_t definition
Include stddef.h to ensure size_t is properly defined for MinGW builds.
This prevents compilation errors where size_t is used but not declared.
This fix is based on PR TheSuperHackers#547 by zzambers which addresses MinGW
compilation issues throughout the codebase.1 parent 9cc6c17 commit 1dfe43a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments