From 41e58b51a33d033b1e3eaffce3ce998a308f4b3c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 22 Apr 2008 12:49:19 +0000 Subject: [PATCH] Fix build --- compiler/stgSyn/StgSyn.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/stgSyn/StgSyn.lhs b/compiler/stgSyn/StgSyn.lhs index 6c38ecd..78f7447 100644 --- a/compiler/stgSyn/StgSyn.lhs +++ b/compiler/stgSyn/StgSyn.lhs @@ -44,6 +44,8 @@ module StgSyn ( #endif ) where +#include "HsVersions.h" + import CostCentre ( CostCentreStack, CostCentre ) import VarSet ( IdSet, isEmptyVarSet ) import Var ( isId ) -- 1.7.10.4