amalgame/commit

MINOR: explict module import

authorJacco van Ossenbruggen
Wed Sep 17 20:48:25 2014 +0200
committerJacco van Ossenbruggen
Wed Sep 17 20:48:25 2014 +0200
commit3e943bb14b01641dda00608698320b4d3829fa62
treefb001816f96e1d7cd724713b15dba9e8f5c8b1af
parent898483e89baefb28b170850c70648085a45836fc
Diff style: patch stat
diff --git a/lib/amalgame/json_util.pl b/lib/amalgame/json_util.pl
index aba3c03..7b182d9 100644
--- a/lib/amalgame/json_util.pl
+++ b/lib/amalgame/json_util.pl
@@ -3,7 +3,7 @@
 	      js_focus_node/3,
 	      js_strategy_nodes/2
 	  ]).
-
+:- use_module(library(apply)).
 :- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdfs)).
 :- use_module(library(semweb/rdf_label)).