diff --git a/src/java/com/threerings/whirled/server/persist/SceneRepository.java b/src/java/com/threerings/whirled/server/persist/SceneRepository.java index 812c8626..3267a843 100644 --- a/src/java/com/threerings/whirled/server/persist/SceneRepository.java +++ b/src/java/com/threerings/whirled/server/persist/SceneRepository.java @@ -25,6 +25,7 @@ import com.samskivert.io.PersistenceException; import com.threerings.whirled.data.SceneModel; import com.threerings.whirled.data.SceneUpdate; +import com.threerings.whirled.server.SceneManager; import com.threerings.whirled.util.NoSuchSceneException; import com.threerings.whirled.util.UpdateList;