diff options
-rw-r--r-- | includes/Stg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index 6ddf17a0a0..7f37783f4a 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -154,6 +154,10 @@ typedef StgWord StgWordArray[]; #include "MachRegs.h" #include "Regs.h" +#ifdef TICKY_TICKY +#include "TickyCounters.h" +#endif + #if IN_STG_CODE /* * This is included later for RTS sources, after definitions of |