1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-12 15:56:02 +00:00

Added missing include cstdint in gps_pcode.h

This commit is contained in:
Cillian O'Driscoll
2015-10-30 16:40:40 +00:00
parent 3715f3e5aa
commit 40fffd5837

View File

@@ -33,6 +33,7 @@
#define GNSS_SDR_GPS_PCODE_H_
#include <vector>
#include <cstdint>
//!Generates the GPS X1A code as a vector of short integers
void gps_x1a_code_gen(std::vector< short > & _dest );