Fix building of GNSSTk with GCC 15

This commit is contained in:
Carles Fernandez
2025-08-24 13:47:43 +02:00
parent e256aaf451
commit d8f9038fe3
2 changed files with 23 additions and 0 deletions
+11
View File
@@ -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"