mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Patch build for gcc 13.2.0 (#1567)
This commit is contained in:
parent
a9df9dde69
commit
bc71238046
3 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#ifndef __DE_BRUIJN_H__
|
#ifndef __DE_BRUIJN_H__
|
||||||
#define __DE_BRUIJN_H__
|
#define __DE_BRUIJN_H__
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#include "aprs.hpp"
|
#include "aprs.hpp"
|
||||||
#include "ax25.hpp"
|
#include "ax25.hpp"
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace adsb {
|
namespace adsb {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue