From: mpv Date: Mon, 4 Apr 2005 09:23:51 +0000 (+0000) Subject: MPV: added HDF include to avoid compilation error X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3536f3c35ccbed1476a7d3a840c3f55a2119738b;p=modules%2Fkernel.git MPV: added HDF include to avoid compilation error --- diff --git a/src/SALOMEDS/SALOMEDS_Client.cxx b/src/SALOMEDS/SALOMEDS_Client.cxx index a0cc035ce..8a19fe9e2 100644 --- a/src/SALOMEDS/SALOMEDS_Client.cxx +++ b/src/SALOMEDS/SALOMEDS_Client.cxx @@ -31,6 +31,7 @@ #include "SALOMEDS_StudyManager_i.hxx" #include "utilities.h" #include "SALOMEDS_AttributeName_i.hxx" +#include "HDFOI.hxx" using namespace std; //============================================================================