langtools/test/tools/javac/T6625520.java
changeset 811 687d51cb403b
parent 809 2106a64c0a38
child 5520 86e4b9a9da40
--- a/langtools/test/tools/javac/T6625520.java	Wed Jun 18 07:23:25 2008 -0700
+++ b/langtools/test/tools/javac/T6625520.java	Thu Jun 19 15:52:31 2008 -0700
@@ -25,6 +25,7 @@
 import java.util.*;
 import javax.tools.*;
 import com.sun.tools.javac.file.*;
+import com.sun.tools.javac.file.JavacFileManager;
 import com.sun.tools.javac.util.*;
 
 /*
@@ -51,4 +52,4 @@
         if (dc.getDiagnostics().size() > 0)
             throw new Exception("unexpected diagnostics found");
     }
-}
\ No newline at end of file
+}