Skip to content

Commit

Permalink
Merge pull request #781 from cainbit/master
Browse files Browse the repository at this point in the history
add missing header file cstdint for using uint64_t and uint8_t
  • Loading branch information
g4klx authored Oct 17, 2023
2 parents 45e651c + eb79830 commit d7ee4c1
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 d7ee4c1

Please sign in to comment.