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

Add missing include

This commit is contained in:
Carles Fernandez 2025-01-24 12:23:26 +01:00
parent c29b85a82a
commit da85c91605
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
#include "cpu_features_macros.h"
#include <stdint.h>
#ifdef CPU_FEATURES_ARCH_AARCH64
#if (defined(CPU_FEATURES_OS_FREEBSD) || defined(CPU_FEATURES_OS_OPENBSD) || \