Skip to content

Commit

Permalink
add missing header file cstdint for using uint64_t and uint8_t
Browse files Browse the repository at this point in the history
  • Loading branch information
cainbit committed Oct 10, 2023
1 parent 45e651c commit eb79830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions M17Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "M17Utils.h"
#include "M17Defines.h"

#include <cstdint>
#include <cassert>

const std::string M17_CHARS = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/.";
Expand Down
1 change: 1 addition & 0 deletions NullController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "NullController.h"

#include <cstdio>
#include <cstdint>
#include <cassert>

const unsigned char MMDVM_FRAME_START = 0xE0U;
Expand Down

0 comments on commit eb79830

Please sign in to comment.