diff --git a/document_root/index.php b/document_root/index.php
index f0a888a75d602f8d55c5d7326b835ab32f763105..cb990539f5433c481c64c84aa267a745dfb58876 100644
--- a/document_root/index.php
+++ b/document_root/index.php
@@ -8,6 +8,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH);
 set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/library');
 set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models/rows');
 set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models/tables');
+set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models/rowsets');
 set_include_path(get_include_path() . PATH_SEPARATOR . PEAR_PATH);
 
 require_once('Zend/Loader.php');