mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
add missing header file cstdint for using uint64_t and uint8_t
This commit is contained in:
parent
45e651c678
commit
eb7983041b
|
|
@ -19,6 +19,7 @@
|
||||||
#include "M17Utils.h"
|
#include "M17Utils.h"
|
||||||
#include "M17Defines.h"
|
#include "M17Defines.h"
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";
|
const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
#include "NullController.h"
|
#include "NullController.h"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
#include <cstdint>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
const unsigned char MMDVM_FRAME_START = 0xE0U;
|
const unsigned char MMDVM_FRAME_START = 0xE0U;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue