diff options
Diffstat (limited to 'src/guichan/include/guichan/mouseinput.hpp')
-rw-r--r-- | src/guichan/include/guichan/mouseinput.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/mouseinput.hpp b/src/guichan/include/guichan/mouseinput.hpp index 99ed1fad8..b2fc9d36a 100644 --- a/src/guichan/include/guichan/mouseinput.hpp +++ b/src/guichan/include/guichan/mouseinput.hpp @@ -47,6 +47,8 @@ #include "guichan/platform.hpp" +#include "localconsts.h" + namespace gcn { @@ -59,7 +61,7 @@ namespace gcn * @author Per Larsson * @since 0.1.0 */ - class GCN_CORE_DECLSPEC MouseInput + class GCN_CORE_DECLSPEC MouseInput final { public: |