amalgame/commit

FIXED: missing module import

authorJacco van Ossenbruggen
Wed Aug 13 15:31:09 2014 +0200
committerJacco van Ossenbruggen
Wed Aug 13 15:31:09 2014 +0200
commit5e057f10ba7bfa0f3b8b6f9ec7ac69b5302390ce
tree70643a611f5188afcdde66379d72fd14667e9652
parenta23d3df830c798e5c2f51604795af32573d066be
Diff style: patch stat
diff --git a/api/form/amalgame/startpage.pl b/api/form/amalgame/startpage.pl
index a2793ab..8a462f6 100644
--- a/api/form/amalgame/startpage.pl
+++ b/api/form/amalgame/startpage.pl
@@ -2,8 +2,15 @@
 	  [
 	  ]).
 
+:- use_module(library(apply)).
+:- use_module(library(gensym)).
+:- use_module(library(memfile)).
+:- use_module(library(pairs)).
+:- use_module(library(settings)).
+
 :- use_module(library(http/http_dispatch)).
 :- use_module(library(http/http_parameters)).
+:- use_module(library(semweb/rdf_db)).
 
 :- use_module(library(semweb/rdf_file_type)).
 :- use_module(user(user_db)).