diff options
Diffstat (limited to 'includes/Rts.h')
-rw-r--r-- | includes/Rts.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/Rts.h b/includes/Rts.h index 7ed9c2d9b4..c2b25a8a71 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -156,6 +156,10 @@ extern void _assertFail (const char *, unsigned int); #include "Hooks.h" #include "RtsMessages.h" +/* for StablePtr/getStablePtr/deRefStablePtr */ +#include "Storage.h" +#include "Stable.h" + #include "ieee-flpt.h" #include "Signals.h" |