mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 09:13:05 +00:00 
			
		
		
		
	Fix building for compilers using C++11 (Debian 8, Centos 7) for std::string_literals
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user