Skip to content

Commit

Permalink
Include string in Immix.cpp for GC logging (#1059)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Aidan63 authored Jun 25, 2023
1 parent 769261c commit 298ad2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hx/gc/Immix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "GcRegCapture.h"
#include <hx/Unordered.h>

#include <string>
#include <stdlib.h>


Expand Down

0 comments on commit 298ad2d

Please sign in to comment.