From f33532764fc8a6b76df329575c72058b32be5b89 Mon Sep 17 00:00:00 2001
From: Dasky <32983009+daskygit@users.noreply.github.com>
Date: Thu, 22 Jul 2021 17:39:27 +0100
Subject: [Keyboard][Bug] Add timer_avr to includes for broken builds (#13641)
---
keyboards/hhkb/ansi/matrix.c | 1 +
1 file changed, 1 insertion(+)
(limited to 'keyboards/hhkb/ansi/matrix.c')
diff --git a/keyboards/hhkb/ansi/matrix.c b/keyboards/hhkb/ansi/matrix.c
index 879eb337cf..529ba8b8fc 100644
--- a/keyboards/hhkb/ansi/matrix.c
+++ b/keyboards/hhkb/ansi/matrix.c
@@ -26,6 +26,7 @@ along with this program. If not, see .
#include "util.h"
#include "timer.h"
#include "matrix.h"
+#include "avr/timer_avr.h"
#include "hhkb_avr.h"
#include
#include "suspend.h"
--
cgit v1.2.1