amalgame/commit

MINOR: explicit include of assoc module

authorJacco van Ossenbruggen
Tue Sep 9 15:53:08 2014 +0200
committerJacco van Ossenbruggen
Tue Sep 9 15:53:08 2014 +0200
commit80fac86b3e7b70005a425126eebe524e3990096a
tree9e395ee718282aa2d5ccd76f3520648c3985e68f
parent07a6640255a98a5fda52519c3edd03f37673b2ad
Diff style: patch stat
diff --git a/lib/ag_modules/ancestor_match.pl b/lib/ag_modules/ancestor_match.pl
index 9b6031b..529d2ad 100644
--- a/lib/ag_modules/ancestor_match.pl
+++ b/lib/ag_modules/ancestor_match.pl
@@ -2,6 +2,7 @@
 	  [ ancestor_match/4
 	  ]).
 
+:- use_module(library(assoc)).
 :- use_module(library(semweb/rdf_db)).
 :- use_module(library(skos/util)).