summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/wikitext.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/wikitext.pm')
-rw-r--r--IkiWiki/Plugin/wikitext.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/wikitext.pm b/IkiWiki/Plugin/wikitext.pm
index 8b8cbe75e..9fa87dafb 100644
--- a/IkiWiki/Plugin/wikitext.pm
+++ b/IkiWiki/Plugin/wikitext.pm
@@ -4,6 +4,7 @@ package IkiWiki::Plugin::wikitext;
use warnings;
use strict;
+use IkiWiki;
use Text::WikiFormat;
sub import { #{{{