Skip to content

Release 4.3.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:20
298ad2d
Include string in Immix.cpp for GC logging (#1059)

Tried to compile a project with GC debug logging (HXCPP_GC_DEBUG_LEVEL) and found it failed to compile with string not found in std errors. Including string in immix gets things working.