From 4a89cdfc12aa35990a428af4cf5dcceae6e2a38b Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 13 Jan 2007 12:45:40 +0000 Subject: [PATCH] preload gd --- startup.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startup.pl b/startup.pl index 4d4dc3f..882909a 100644 --- a/startup.pl +++ b/startup.pl @@ -11,6 +11,8 @@ DBI->install_driver("Pg"); use DBI; use DBD::Pg qw(:pg_types); +use GD::Graph:lines; + use ND; use ND::DB; use ND::Include; -- 2.39.2