1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 11:40:33 +00:00

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
This commit is contained in:
Carles Fernandez 2013-11-13 22:41:24 +00:00
parent 669910f6af
commit 47c27fa056
2 changed files with 2 additions and 3 deletions

View File

@ -1553,6 +1553,3 @@ enum RINEX_enumMarkerType {
*/
inline std::string Rinex_Printer::asString(const long double x,
const std::string::size_type precision) {
}

View File

@ -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})