Index: mitk/Modules/InputDevices/WiiMote/wiiyourself/wiimote.h =================================================================== --- mitk/Modules/InputDevices/WiiMote/wiiyourself/wiimote.h (revision 26909) +++ mitk/Modules/InputDevices/WiiMote/wiiyourself/wiimote.h (working copy) @@ -8,6 +8,8 @@ // // wiimote.h (tab = 4 spaces) +#include "mitkWiiMoteExports.h" + #ifdef _MSC_VER // VC # pragma once #endif @@ -89,7 +91,7 @@ // wiimote class - connects and manages a wiimote and its optional extensions // (Nunchuk/Classic Controller), and exposes their state -class wiimote : public wiimote_state +class mitkWiiMote_EXPORT wiimote : public wiimote_state { public: wiimote ();