Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 5, 2016
1 parent 9dbac3f commit ca173ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/mezz/jei/gui/RecipeLayout.java
Expand Up @@ -2,6 +2,8 @@

import javax.annotation.Nonnull;

import java.util.List;

import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.RenderHelper;
Expand Down

0 comments on commit ca173ee

Please sign in to comment.