diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index e6015adbe..b34ff6ec5 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -54,6 +54,10 @@ | |||
54 | #include <stddef.h> | 54 | #include <stddef.h> |
55 | #include <stdlib.h> | 55 | #include <stdlib.h> |
56 | 56 | ||
57 | #ifdef DEFERRED_EXEC_ENABLE | ||
58 | # include "deferred_exec.h" | ||
59 | #endif | ||
60 | |||
57 | extern layer_state_t default_layer_state; | 61 | extern layer_state_t default_layer_state; |
58 | 62 | ||
59 | #ifndef NO_ACTION_LAYER | 63 | #ifndef NO_ACTION_LAYER |