diff options
-rw-r--r-- | ghc/rts/Interpreter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index 5a134287b9..74f24540e8 100644 --- a/ghc/rts/Interpreter.c +++ b/ghc/rts/Interpreter.c @@ -13,6 +13,7 @@ #include "Schedule.h" #include "RtsFlags.h" #include "Storage.h" +#include "LdvProfile.h" #include "Updates.h" #include "Sanity.h" #include "Liveness.h" |