X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Ftouchscreen.h;fp=source%2Finput%2Ftouchscreen.h;h=a02fb2a841edac9271033ff920e23ac440236553;hp=d366a28f9f2c33c05f04369eb0601af1d34159a8;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/input/touchscreen.h b/source/input/touchscreen.h index d366a28..a02fb2a 100644 --- a/source/input/touchscreen.h +++ b/source/input/touchscreen.h @@ -2,13 +2,14 @@ #define MSP_INPUT_TOUCHSCREEN_H_ #include +#include #include #include "device.h" namespace Msp { namespace Input { -class Touchscreen: public Device, public sigc::trackable +class MSPGUI_API Touchscreen: public Device, public sigc::trackable { private: static constexpr unsigned UNUSED = static_cast(-1);