mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Fix building for compilers using C++11 (Debian 8, Centos 7) for std::string_literals
This commit is contained in:
parent
e429a96601
commit
f79332bb7d
@ -68,6 +68,7 @@ endif()
|
||||
target_link_libraries(algorithms_libs_rtklib
|
||||
PRIVATE
|
||||
core_system_parameters
|
||||
algorithms_libs
|
||||
Gflags::gflags
|
||||
Glog::glog
|
||||
LAPACK::LAPACK
|
||||
|
@ -31,6 +31,7 @@
|
||||
*/
|
||||
|
||||
#include "rtklib_stream.h"
|
||||
#include "gnss_sdr_string_literals.h" // for std::string_literals
|
||||
#include "rtklib_rtkcmn.h"
|
||||
#include "rtklib_solution.h"
|
||||
#include <arpa/inet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user