From 9687e21bf1021b6376fb18ee6ac811c3b930fc1c Mon Sep 17 00:00:00 2001 From: LoneFox Date: Thu, 15 Oct 2015 09:51:59 +0300 Subject: [PATCH] Fix compilation (But why did it work before? I tested it...) --- Mage.Sets/src/mage/sets/riseoftheeldrazi/NotOfThisWorld.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/sets/riseoftheeldrazi/NotOfThisWorld.java b/Mage.Sets/src/mage/sets/riseoftheeldrazi/NotOfThisWorld.java index 1ee4a1ce987..97363cb0aa8 100644 --- a/Mage.Sets/src/mage/sets/riseoftheeldrazi/NotOfThisWorld.java +++ b/Mage.Sets/src/mage/sets/riseoftheeldrazi/NotOfThisWorld.java @@ -38,6 +38,7 @@ import mage.constants.CardType; import mage.constants.Rarity; import mage.constants.TargetController; import mage.constants.Zone; +import mage.filter.Filter; import mage.filter.FilterSpell; import mage.filter.common.FilterControlledPermanent; import mage.filter.common.FilterCreaturePermanent;