Salome HOME
Porting on windows
[modules/gui.git] / src / PVViewer / PVViewer_Behaviors.h
index fa2d32af8309983d4e7a27ff888400dbe361d776..070fb26bfb428605c580731c3af37b6be421425d 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef PVGUIBEHAVIORS_H_
 #define PVGUIBEHAVIORS_H_
 
+#include "PVViewer.h"
+
 #include <QObject>
 
 class SalomeApp_Module;
@@ -33,7 +35,7 @@ class pqPropertiesPanel;
  *    Qt/ApplicationComponents/pqParaViewBehaviors.cxx
  * Except a few ones, behaviors are destroyed when the module is destroyed.
  */
-class PVViewer_Behaviors: public QObject
+class PVVIEWER_EXPORT PVViewer_Behaviors: public QObject
 {
   Q_OBJECT