diff options
Diffstat (limited to 'src/guichan/include/guichan/exception.hpp')
-rw-r--r-- | src/guichan/include/guichan/exception.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/exception.hpp b/src/guichan/include/guichan/exception.hpp index e2dd958be..0e929ebe1 100644 --- a/src/guichan/include/guichan/exception.hpp +++ b/src/guichan/include/guichan/exception.hpp @@ -49,6 +49,8 @@ #include "guichan/platform.hpp" +#include "localconsts.h" + #ifndef __FUNCTION__ #define __FUNCTION__ "?" #endif @@ -83,7 +85,7 @@ namespace gcn * throw GCN_EXCEPTION("my error message"); * @endcode */ - class GCN_CORE_DECLSPEC Exception + class GCN_CORE_DECLSPEC Exception final { public: |