mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-15 11:45:47 +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:
parent
43e94fe681
commit
a20c1559cf
@ -33,6 +33,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <utility>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
|
||||
template<typename Data>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user