diff options
Diffstat (limited to 'src/guichan/key.cpp')
-rw-r--r-- | src/guichan/key.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/key.cpp b/src/guichan/key.cpp index 1609a6a3c..d6c7e2313 100644 --- a/src/guichan/key.cpp +++ b/src/guichan/key.cpp @@ -47,6 +47,8 @@ #include "guichan/key.hpp" +#include "debug.h" + namespace gcn { Key::Key(int value) : |