From 45da48d70d589548c8f7c6c49eafb1ef463ebfb5 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 5 Aug 2009 10:22:17 +0000 Subject: [PATCH] profiling build fix --- rts/ProfHeap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index f446d0b..69dd798 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -15,6 +15,7 @@ #include "Stats.h" #include "Hash.h" #include "RetainerProfile.h" +#include "LdvProfile.h" #include "Arena.h" #include "Printer.h" -- 1.7.10.4