Index: applications/editors/josm/plugins/ImportImagePlugin/build.xml
===================================================================
--- applications/editors/josm/plugins/ImportImagePlugin/build.xml	(revision 31751)
+++ applications/editors/josm/plugins/ImportImagePlugin/build.xml	(revision 31757)
@@ -12,5 +12,5 @@
     <property name="plugin.icon" value="images/layericon.png"/>
     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
-    <property name="plugin.requires" value="log4j;jts;geotools"/>
+    <property name="plugin.requires" value="log4j;jts;ejml;geotools"/>
     
     <!-- ** include targets that all plugins have in common ** -->
@@ -20,4 +20,5 @@
         <include name="log4j.jar"/>
         <include name="jts.jar"/>
+        <include name="ejml.jar"/>
         <include name="geotools.jar"/>
     </fileset>
