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