From ea664c9fd26a03337d88a6d9f7e312a800d55253 Mon Sep 17 00:00:00 2001 From: piyush0411 Date: Sat, 25 Jul 2020 18:18:13 +0530 Subject: [PATCH] Minor additions --- src/core/system_parameters/galileo_ephemeris.cc | 3 ++- src/core/system_parameters/galileo_navigation_message.cc | 2 +- src/core/system_parameters/galileo_navigation_message.h | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/core/system_parameters/galileo_ephemeris.cc b/src/core/system_parameters/galileo_ephemeris.cc index a5c4cff48..6df92afbf 100644 --- a/src/core/system_parameters/galileo_ephemeris.cc +++ b/src/core/system_parameters/galileo_ephemeris.cc @@ -5,7 +5,7 @@ * \author Mara Branzanti 2013. mara.branzanti(at)gmail.com * ------------------------------------------------------------------------- * - * Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) * * GNSS-SDR is a software defined Global Navigation * Satellite Systems receiver @@ -19,6 +19,7 @@ #include "galileo_ephemeris.h" #include "Galileo_E1.h" +#include "Galileo_E5b.h" #include diff --git a/src/core/system_parameters/galileo_navigation_message.cc b/src/core/system_parameters/galileo_navigation_message.cc index 8bb37fe80..96c919202 100644 --- a/src/core/system_parameters/galileo_navigation_message.cc +++ b/src/core/system_parameters/galileo_navigation_message.cc @@ -7,7 +7,7 @@ * * ------------------------------------------------------------------------- * - * Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) * * GNSS-SDR is a software defined Global Navigation * Satellite Systems receiver diff --git a/src/core/system_parameters/galileo_navigation_message.h b/src/core/system_parameters/galileo_navigation_message.h index 7115fa28e..db672c160 100644 --- a/src/core/system_parameters/galileo_navigation_message.h +++ b/src/core/system_parameters/galileo_navigation_message.h @@ -7,7 +7,7 @@ * * ------------------------------------------------------------------------- * - * Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) * * GNSS-SDR is a software defined Global Navigation * Satellite Systems receiver @@ -23,6 +23,7 @@ #define GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H #include "Galileo_E1.h" +#include "Galileo_E5b.h" #include "Galileo_INAV.h" #include "galileo_almanac_helper.h" #include "galileo_ephemeris.h"