From 4bb83c6849df4e9c0309e854121b3e4acfa180c2 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 22 Aug 2023 16:21:16 +0200 Subject: [PATCH] ratekeeper.h: add missing include (#29523) old-commit-hash: e8094affae0d7f49bc2b7136882dd1dad9e8dcdb --- common/ratekeeper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/ratekeeper.h b/common/ratekeeper.h index ff4cb42c7b..b6e8ac66a6 100644 --- a/common/ratekeeper.h +++ b/common/ratekeeper.h @@ -1,5 +1,6 @@ #pragma once +#include #include class RateKeeper {