mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-21 08:20:03 +00:00
Fix building of GNSSTk with GCC 15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-FileCopyrightText: 2025 Carles Fernandez-Prades <carles.fernandez@cttc.es>
|
||||
--- GLOCNavHeader.hpp 2025-08-23 16:53:25.000000000 +0100
|
||||
+++ GLOCNavHeader.hpp 2025-08-23 16:55:14.000000000 +0100
|
||||
@@ -39,5 +39,6 @@
|
||||
#ifndef GNSSTK_GLOCNAVHEADER_HPP
|
||||
#define GNSSTK_GLOCNAVHEADER_HPP
|
||||
|
||||
+#include <cstdint>
|
||||
#include "CommonTime.hpp"
|
||||
#include "SVHealth.hpp"
|
||||
Reference in New Issue
Block a user