Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / MeasureGUI / MeasureGUI_ShapeStatisticsDlg.h
index 80131321b413f73008e019f4d962922baa11435d..51463405b51671d3335e67817978fee358de54fe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2015-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -27,6 +27,7 @@
 // GEOM includes
 #include <GEOMBase_Helper.h>
 #include "GEOM_GenericObjPtr.h"
+#include "MeasureGUI_definitions.h"
 
 // Qt includes
 #include <QDialog>
@@ -45,7 +46,7 @@ class Plot2d_Histogram;
 // purpose  :
 //==========================================================================
 
-class MeasureGUI_ShapeStatisticsDlg : public QDialog, public GEOMBase_Helper
+class MEASUREGUI_EXPORT MeasureGUI_ShapeStatisticsDlg : public QDialog, public GEOMBase_Helper
 {
   Q_OBJECT