Skip to content

Release 4.3.12

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 19:23
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.