From 47c27fa05694f053595fcf2075e4e6e4f9ccd5a6 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 13 Nov 2013 22:41:24 +0000 Subject: [PATCH] Minor bugs: adding include files and removing an unnecessary declaration git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@443 64b25241-fba3-4117-9849-534c7e92360d --- src/algorithms/PVT/libs/rinex_printer.cc | 3 --- src/algorithms/telemetry_decoder/libs/CMakeLists.txt | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/algorithms/PVT/libs/rinex_printer.cc b/src/algorithms/PVT/libs/rinex_printer.cc index a92959c25..8fb0c4827 100644 --- a/src/algorithms/PVT/libs/rinex_printer.cc +++ b/src/algorithms/PVT/libs/rinex_printer.cc @@ -1553,6 +1553,3 @@ enum RINEX_enumMarkerType { */ -inline std::string Rinex_Printer::asString(const long double x, - const std::string::size_type precision) { -} diff --git a/src/algorithms/telemetry_decoder/libs/CMakeLists.txt b/src/algorithms/telemetry_decoder/libs/CMakeLists.txt index 3627e16ec..fdd6292d5 100644 --- a/src/algorithms/telemetry_decoder/libs/CMakeLists.txt +++ b/src/algorithms/telemetry_decoder/libs/CMakeLists.txt @@ -28,6 +28,8 @@ include_directories( ${CMAKE_SOURCE_DIR}/src/core/receiver ${CMAKE_SOURCE_DIR}/src/algorithms/telemetry_decoder/adapters ${Boost_INCLUDE_DIRS} + ${GLOG_INCLUDE_DIRS} + ${GFlags_INCLUDE_DIRS} ) add_library(telemetry_decoder_lib ${TELEMETRY_DECODER_LIB_SOURCES})