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

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