Merge pull request #781 from cainbit/master

add missing header file cstdint for using uint64_t and uint8_t
This commit is contained in:
Jonathan Naylor 2023-10-17 10:56:17 +01:00 committed by GitHub
commit d7ee4c18b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#include "M17Utils.h"
#include "M17Defines.h"
#include <cstdint>
#include <cassert>
const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";

View file

@ -19,6 +19,7 @@
#include "NullController.h"
#include <cstdio>
#include <cstdint>
#include <cassert>
const unsigned char MMDVM_FRAME_START = 0xE0U;