From 4bf0416ab4602614c1a8fbb2fab3d9658f6cddff Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sat, 10 Sep 2022 20:37:29 +0000 Subject: [PATCH] updates --- src/raspberrypi/hal/systimer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raspberrypi/hal/systimer.h b/src/raspberrypi/hal/systimer.h index 91e3fce8..33afbd2b 100644 --- a/src/raspberrypi/hal/systimer.h +++ b/src/raspberrypi/hal/systimer.h @@ -13,6 +13,7 @@ #pragma once +#include #include #include "config.h"