ratekeeper.h: add missing <cstdint> include (#29523)

old-commit-hash: e8094affae
This commit is contained in:
Willem Melching
2023-08-22 16:21:16 +02:00
committed by GitHub
parent a49d2d2619
commit 4bb83c6849
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <string>
class RateKeeper {