swish/commit

FIXED: Load `swish` rendering module.

authorJan Wielemaker
Fri Jan 6 12:10:46 2017 +0100
committerJan Wielemaker
Fri Jan 6 12:10:46 2017 +0100
commitb87b853f16811240f5bf1e2402d24afb3374b3c4
treefe7e64713dd3addcc26d0b6c2b36d56284c49e3d
parent94404242330ed3ae059e043b01911bfc6fc0e709
Diff style: patch stat
diff --git a/applications/swish.pl b/applications/swish.pl
index 3dc7d92..79d9174 100644
--- a/applications/swish.pl
+++ b/applications/swish.pl
@@ -199,3 +199,4 @@ pengines:prepare_module(Module, swish, _Options) :-
 :- use_module(library(swish/render/rdf),      []).
 :- use_module(library(swish/render/graphviz), []).
 :- use_module(library(swish/render/c3),	      []).
+:- use_module(library(swish/render/swish),    []).