amalgame/commit

MINOR: added autoloaded libs

authorJacco van Ossenbruggen
Tue Aug 26 13:50:03 2014 +0200
committerJacco van Ossenbruggen
Tue Aug 26 13:50:03 2014 +0200
commit8a69fd8147e66479b932c83fb60866d6965dee86
treeb3e0a4315b2bb043f301ab1628bd7b828396a008
parentf561dc7e153d98d8c273a382315957cd7caf3a14
Diff style: patch stat
diff --git a/lib/ag_modules/ag_overlap.pl b/lib/ag_modules/ag_overlap.pl
index 1478c39..a6847bc 100644
--- a/lib/ag_modules/ag_overlap.pl
+++ b/lib/ag_modules/ag_overlap.pl
@@ -1,7 +1,10 @@
 :- module(overlap_analyzer,
 	  [
 	  ]).
-
+:- use_module(library(apply)).
+:- use_module(library(debug)).
+:- use_module(library(lists)).
+:- use_module(library(pairs)).
 :- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdf_label)).
 :- use_module(library(amalgame/expand_graph)).