X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FstgSyn%2FStgSyn.lhs;fp=compiler%2FstgSyn%2FStgSyn.lhs;h=78f7447fbe431b6da6ce3bbbced526b5e604a3e5;hp=6c38ecd3ab8f69efaa39d9e94f05fad55f6e58f5;hb=41e58b51a33d033b1e3eaffce3ce998a308f4b3c;hpb=cebea7e7549da2beb83b0baa59909a70dae2a7ad 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 )