rdf_qa/commit

missing module

authorJacco van Ossenbruggen
Tue May 28 22:25:21 2013 +0200
committerJacco van Ossenbruggen
Tue May 28 22:25:21 2013 +0200
commit3a9895e47af75ff668cab9ab0a161c6f4af4de7c
treed96b18104630040670abe9776fdf00ccd2bd9d81
parent17aecd507d933e52e387985d38cc6bf1152a60f4
Diff style: patch stat
diff --git a/components/qa_domain_whitelist.pl b/components/qa_domain_whitelist.pl
index d4824cd..1203e10 100644
--- a/components/qa_domain_whitelist.pl
+++ b/components/qa_domain_whitelist.pl
@@ -1,5 +1,6 @@
 :- module(qa_domain_whitelist, []).
 
+:- use_module(library(semweb/rdf_db)).
 :- use_module(qa_heuristics).
 
 %%	rdf_qa_ok(?ErrorClass, ?URI) is nondet.