* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
[ikiwiki.git] / IkiWiki / Plugin / pagecount.pm
index 865ab4c39d7471154e1185647e962d004bd826ea..fc69e449bb2612ee6afb73f95b4d9977448afbb5 100644 (file)
@@ -4,6 +4,7 @@ package IkiWiki::Plugin::pagecount;
 
 use warnings;
 use strict;
+use IkiWiki;
 
 sub import { #{{{
        IkiWiki::register_plugin("preprocess", "pagecount", \&preprocess);