# error This GUI is not supported by wxVTKRenderWindowInteractor for now
#endif
+#include "creaSystem.h"
+
+
// wx forward declarations
class wxPaintEvent;
class wxMouseEvent;
#if defined(__WXGTK__) && defined(USE_WXGLCANVAS)
class wxVTKRenderWindowInteractor : public wxGLCanvas, public vtkRenderWindowInteractor
#else
-class wxVTKRenderWindowInteractor : public wxWindow, public vtkRenderWindowInteractor
+class CREA_EXPORT wxVTKRenderWindowInteractor : public wxWindow, public vtkRenderWindowInteractor
#endif //__WXGTK__
{
//EED 2017-09-16 Migration wxWidgets 2.8 to 3.0