1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-21 03:39:48 +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
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

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