diff --git a/drivers/timer/hpet.c b/drivers/timer/hpet.c index 2626cccc533f..0430dcd42aa9 100644 --- a/drivers/timer/hpet.c +++ b/drivers/timer/hpet.c @@ -6,6 +6,7 @@ #include #include #include +#include #define HPET_REG32(off) (*(volatile u32_t *)(long) \ (DT_INST_0_INTEL_HPET_BASE_ADDRESS + (off)))