Patch build for gcc 13.2.0 (#1567)

This commit is contained in:
Nemanja Nedeljković 2023-11-08 19:22:26 +01:00 committed by GitHub
parent a9df9dde69
commit bc71238046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*/
#include <string>
#include <cstdint>
#ifndef __DE_BRUIJN_H__
#define __DE_BRUIJN_H__

View File

@ -20,6 +20,8 @@
* Boston, MA 02110-1301, USA.
*/
#include <cstdint>
#include "aprs.hpp"
#include "ax25.hpp"

View File

@ -25,6 +25,7 @@
#include <cstring>
#include <string>
#include <cstdint>
namespace adsb {