diff options
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Location.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Location.pm b/perllib/FixMyStreet/App/Controller/Location.pm index 5649a725f..7be8eaa0c 100644 --- a/perllib/FixMyStreet/App/Controller/Location.pm +++ b/perllib/FixMyStreet/App/Controller/Location.pm @@ -4,6 +4,8 @@ use namespace::autoclean; BEGIN {extends 'Catalyst::Controller'; } +use Encode; + =head1 NAME FixMyStreet::App::Controller::Location - Catalyst Controller |