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

old-commit-hash: e8094affae
beeps
Willem Melching 2 years ago committed by GitHub
parent a49d2d2619
commit 4bb83c6849
  1. 1
      common/ratekeeper.h

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

Loading…
Cancel
Save