aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/PhotoStorage.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-06-12 13:29:25 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-06-12 13:29:25 +0100
commit493984c28055333dc9f7736724d77eb50b6d5007 (patch)
treec00d55a65bf102e14291e5bbb4388aa9da4c8f83 /perllib/FixMyStreet/PhotoStorage.pm
parentc97cda999579558694f452d3f76e98cc347f8e99 (diff)
Fix missing package requirement.
Diffstat (limited to 'perllib/FixMyStreet/PhotoStorage.pm')
-rw-r--r--perllib/FixMyStreet/PhotoStorage.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/PhotoStorage.pm b/perllib/FixMyStreet/PhotoStorage.pm
index 558c93749..9b0e5c9c3 100644
--- a/perllib/FixMyStreet/PhotoStorage.pm
+++ b/perllib/FixMyStreet/PhotoStorage.pm
@@ -1,5 +1,6 @@
package FixMyStreet::PhotoStorage;
+use MIME::Base64;
use Moose;
use Digest::SHA qw(sha1_hex);
use Module::Load;