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

old-commit-hash: e8094affae0d7f49bc2b7136882dd1dad9e8dcdb
This commit is contained in:
Willem Melching
2023-08-22 16:21:16 +02:00
committed by GitHub
parent a49d2d2619
commit 4bb83c6849

View File

@@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <string>
class RateKeeper {