Salome HOME
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
[modules/smesh.git] / src / SMDS / chrono.hxx
index 98f9df51693174333b9f1ae959669eaebf6ba56b..a76fd8f407c5ddc0e5832c2f569cb058a288a389 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _CHRONO_HXX_
 #define _CHRONO_HXX_
 
+#include "SMESH_SMDS.hxx"
+
 #include <vector>
 #include <string>
 #include <iostream>
@@ -33,7 +35,7 @@ typedef struct acnt
   double _ctrCumul;
 } cntStruct;
 
-class counters
+class SMDS_EXPORT counters
 {
 public:
   static cntStruct *_ctrs;
@@ -44,7 +46,7 @@ protected:
   static int _nbChrono;
 };
 
-class chrono
+class SMDS_EXPORT chrono
 {
 public:
   chrono(int i);