mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
add missing header file cstdint for using uint64_t and uint8_t
This commit is contained in:
parent
45e651c678
commit
eb7983041b
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#include "NullController.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include <cassert>
|
||||
|
||||
const unsigned char MMDVM_FRAME_START = 0xE0U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue