1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-01 18:38:00 +00:00

Add missing include (fixes building with modern GCC)

This commit is contained in:
Carles Fernandez
2024-09-08 09:41:36 +02:00
parent 85f935afe9
commit b981f8065e

View File

@@ -16,6 +16,7 @@
#ifndef GNSS_SDR_FPGA_SPIDEV_H #ifndef GNSS_SDR_FPGA_SPIDEV_H
#define GNSS_SDR_FPGA_SPIDEV_H #define GNSS_SDR_FPGA_SPIDEV_H
#include <cstdint>
#include <string> #include <string>
class Fpga_spidev class Fpga_spidev