diff --git a/htdocs/index.php b/htdocs/index.php
index ee3c2490aeb4de629b7d18317f977e4e529c9a3d..2df4365e227fb569cf798ab76f5962b8073b6b70 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -383,7 +383,7 @@ if ($showweather) $boxwork.='<th class="liste_titre hideonsmartphone" width="80"
 $boxwork.='</tr>'."\n";
 
 // Do not include sections without management permission
-require DOL_DOCUMENT_ROOT.'/core/class/workboardresponse.class.php';
+require_once DOL_DOCUMENT_ROOT.'/core/class/workboardresponse.class.php';
 
 // Number of actions to do (late)
 if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read)