amalgame/commit

minor: do not rely on autloader

authorJacco van Ossenbruggen
Thu Aug 28 11:36:58 2014 +0200
committerJacco van Ossenbruggen
Thu Aug 28 11:36:58 2014 +0200
commita83d5b648bb727474ade429c08f46cb6284df0d2
tree1855476c3c25b7b58fc11b93e6593bd3d1372566
parent4d347a1cf5eca29ba78deff8e7af2cbb2a7aca45
Diff style: patch stat
diff --git a/lib/ag_modules/map_merger.pl b/lib/ag_modules/map_merger.pl
index 47e9ab6..e1034bb 100644
--- a/lib/ag_modules/map_merger.pl
+++ b/lib/ag_modules/map_merger.pl
@@ -2,6 +2,7 @@
 	      merger/3   % also used by other modules
 	  ]).
 
+:- use_module(library(lists)).
 :- use_module(library(amalgame/map)).
 
 :- public amalgame_module/1.