Fix pioasm build failure caused by GCC 15 changes (#2448) (#2468)

This commit is contained in:
27Onion Nebell 2025-05-21 04:30:17 +08:00 committed by GitHub
parent 14d75c0b78
commit 66540fe88e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#ifndef _OUTPUT_FORMAT_H
#define _OUTPUT_FORMAT_H
#include <cstdint>
#include <vector>
#include <map>
#include <string>

View file

@ -7,6 +7,7 @@
#ifndef _PIO_TYPES_H
#define _PIO_TYPES_H
#include <cstdint>
#include <string>
#include <map>
#include <set>