summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index dce2d2a..6adcab9 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -10,6 +10,9 @@ use FS::part_svc;
use FS::part_export_option;
use FS::export_svc;
+#for export modules, though they should probably just use it themselves
+use FS::queue;
+
@ISA = qw( FS::option_Common );
@EXPORT_OK = qw(export_info);