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

pull/29524/head
Willem Melching 2 years ago committed by GitHub
parent 92a7d702fc
commit e8094affae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      common/ratekeeper.h

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

Loading…
Cancel
Save