diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php
index 90071466dd410bdf7b4e157c37418e30702fd5ac..b05027076696bad220e182e30c96aa42a7f9f882 100644
--- a/htdocs/opensurvey/list.php
+++ b/htdocs/opensurvey/list.php
@@ -45,6 +45,8 @@ $offset = $limit * $page;
 
 if ($action == 'delete_confirm')
 {
+	require_once DOL_DOCUMENT_ROOT.'/opensurvey/class/opensurveysondage.class.php';
+	
 	$db->begin();
 
 	$object=new Opensurveysondage($db);