pirates/commit

Include rdf_db

authorJan Wielemaker
Wed Apr 27 11:38:04 2011 +0200
committerJan Wielemaker
Wed Apr 27 11:38:04 2011 +0200
commit53d4d1b8b950e96dd4eb3a8ce28709368d56ab3d
tree51abdcf75fded116f566df2fdcd733cd08851e0b
parent5de808a92f0f663976ef8126eb85b53739c9fae3
Diff style: patch stat
diff --git a/components/gmap.pl b/components/gmap.pl
index 6278fbb..521e4a5 100644
--- a/components/gmap.pl
+++ b/components/gmap.pl
@@ -1,6 +1,7 @@
 :- module(gmap,
 	  [ gmap//1			% +Coordinates
 	  ]).
+:- use_module(library(semweb/rdf_db)).
 :- use_module(library(http/html_write)).
 :- use_module(library(settings)).