diff options
Diffstat (limited to 'rts/TopHandler.h')
-rw-r--r-- | rts/TopHandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/TopHandler.h b/rts/TopHandler.h index fddebb05ef..1146eea71c 100644 --- a/rts/TopHandler.h +++ b/rts/TopHandler.h @@ -6,11 +6,15 @@ * * ---------------------------------------------------------------------------*/ +#pragma once + #include <BeginPrivate.h> + #include <rts/Types.h> #include <rts/storage/Closures.h> #include <stg/Types.h> #include <rts/Stable.h> + // Initialize the top handler subsystem void initTopHandler(void); |