summaryrefslogtreecommitdiff
path: root/src/keycode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/keycode.cpp')
-rw-r--r--src/keycode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keycode.cpp b/src/keycode.cpp
index 890c97cc2..c5f102b44 100644
--- a/src/keycode.cpp
+++ b/src/keycode.cpp
@@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "settings.h"
#include "log.h"
#include "hex.h"
+#include "debug.h"
class UnknownKeycode : public BaseException
{