--- BeanShell/src/bsh/ClassGeneratorUtil.java.orig 2003-08-31 03:29:04.000000000 +0200 +++ BeanShell/src/bsh/ClassGeneratorUtil.java 2005-05-08 15:17:46.208723776 +0200 @@ -37,6 +37,7 @@ import java.lang.reflect.*; import java.util.ArrayList; import java.util.List; +import bsh.org.objectweb.asm.Type; /** ClassGeneratorUtil utilizes the ASM (www.objectweb.org) bytecode generator