Release 4.3.12
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.