versioned_graph/commit

fixed: missing library import, caught by xref

authorJacco van Ossenbruggen
Mon Jun 23 09:58:26 2014 +0200
committerJacco van Ossenbruggen
Mon Jun 23 09:58:26 2014 +0200
commita595554ff9a7f3204640bb6b80c40735981e31a9
treedb90941ffd80382b38d94e8f68b90d7baf36f892
parent3bf308fabf0c13be8115cefdfdbba2c27075df65
Diff style: patch stat
diff --git a/lib/gv_replay.pl b/lib/gv_replay.pl
index f8011b8..be861e5 100644
--- a/lib/gv_replay.pl
+++ b/lib/gv_replay.pl
@@ -5,6 +5,8 @@
 	    gv_restore_git_from_rdf/2
 	  ]).
 
+:- use_module(library(semweb/rdf_db)).
+
 :- use_module(graph_version).
 :- use_module(gv_git_objects).
 :- use_module(gv_git_io).