From 6bc4cad0eddd7a7cf593ca1471599e2d75727379 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Thu, 11 Sep 2014 18:22:05 -0400 Subject: Split settings into seperate source and header files This also cleans up settings a bit --- src/keycode.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/keycode.cpp') 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 { -- cgit v1.2.3