From 0b8d297cb9b17108fef227475ab77a21dabd333e Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 7 Feb 2007 14:23:30 +0000 Subject: [PATCH] --- lib/Doctrine/Db/Statement.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/Db/Statement.php b/lib/Doctrine/Db/Statement.php index 164825a7a..cb8c417a5 100644 --- a/lib/Doctrine/Db/Statement.php +++ b/lib/Doctrine/Db/Statement.php @@ -18,6 +18,7 @@ * and is licensed under the LGPL. For more information, see * . */ +Doctrine::autoload('Doctrine_Adapter_Statement_Interface'); /** * Doctrine_Db_Statement *