From b8ec25a570d7539653e1d793e97609adb509aaed Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Wed, 4 May 2016 11:14:22 +0200 Subject: [PATCH] version is needed also in STACKVM --- .../iOS/vm/Common/Classes/sqSqueakMainApplication+attributes.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/iOS/vm/Common/Classes/sqSqueakMainApplication+attributes.m b/platforms/iOS/vm/Common/Classes/sqSqueakMainApplication+attributes.m index bd5e6e03f..6090722e4 100644 --- a/platforms/iOS/vm/Common/Classes/sqSqueakMainApplication+attributes.m +++ b/platforms/iOS/vm/Common/Classes/sqSqueakMainApplication+attributes.m @@ -39,7 +39,7 @@ Some of this code was funded via a grant from the European Smalltalk User Group #import "sqSqueakMainApplication+attributes.h" #import "sqSqueakMainApplication+vmAndImagePath.h" -#if COGVM +#if COGVM || STACKVM #include "sqSCCSVersion.h" #endif