mirror of https://github.com/commaai/openpilot.git
ratekeeper.h: add missing <cstdint> include (#29523)
old-commit-hash: e8094affae
This commit is contained in:
parent
a49d2d2619
commit
4bb83c6849
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
class RateKeeper {
|
||||
|
|
Loading…
Reference in New Issue