1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Fixes compilation problem of front_end_cal

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@490 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2014-03-17 19:19:08 +00:00
parent 43e94fe681
commit a20c1559cf
3 changed files with 4 additions and 2 deletions

View File

@ -33,6 +33,7 @@
#include <map>
#include <utility>
#include <boost/thread/mutex.hpp>
template<typename Data>

View File

@ -40,7 +40,6 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <boost/lexical_cast.hpp>
#include "file_configuration.h"
#include "gps_navigation_message.h"
#include "gps_ephemeris.h"
#include "gps_almanac.h"

View File

@ -32,8 +32,10 @@
#ifndef GNSS_SDR_FRONT_END_CAL_H_
#define GNSS_SDR_FRONT_END_CAL_H_
#include <armadillo>
#include "file_configuration.h"
#include "concurrent_map.h"
#include "armadillo"
class FrontEndCal
{